diff --git a/.gitignore b/.gitignore index cfc631a..7fd1200 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +alembic.ini AUTHORS ChangeLog *.pyc @@ -14,3 +15,4 @@ build .coverage* !.coveragerc cover/ + diff --git a/TODO.rst b/TODO.rst index 5ca6396..2f7abc2 100644 --- a/TODO.rst +++ b/TODO.rst @@ -6,6 +6,8 @@ Short Term * Add unit tests * Flesh out query side of DB API to make it useful for building additional tooling. + * Drop Oslo.DB from requirements to enable using other config/cli tooling + * Improve documentation Longer Term ----------- diff --git a/setup.cfg b/setup.cfg index 9f6e2a4..4744e67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,21 +1,20 @@ [metadata] name = subunit2sql -summary = Command to Read a subunit file or stream and put the data in SQL DB +version = 0.1 +summary = Command to Read a subunit file or stream and put the data in a SQL DB description-file = README.rst license = Apache License, Version 2.0 author = Matthew Treinish -author-email = openstack-dev@lists.openstack.org +author-email = mtreinish@kortar.org classifier = - Development Status :: 5 - Production/Stable - Environment :: Console Intended Audience :: Developers License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python - Programming Language :: Python :: 2.6 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3.3 + Programming Language :: Python + Programming Language :: Python :: 3 + [files] packages =