Update project packaging

This commit makes some updates to the project packaging as well as
adding a couple more short term TODOs to the list.
This commit is contained in:
Matthew Treinish 2014-06-24 15:44:00 -04:00
parent eed1f1c9d1
commit b3637c3b1b
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
alembic.ini
AUTHORS AUTHORS
ChangeLog ChangeLog
*.pyc *.pyc
@ -14,3 +15,4 @@ build
.coverage* .coverage*
!.coveragerc !.coveragerc
cover/ cover/

View File

@ -6,6 +6,8 @@ Short Term
* Add unit tests * Add unit tests
* Flesh out query side of DB API to make it useful for building additional * Flesh out query side of DB API to make it useful for building additional
tooling. tooling.
* Drop Oslo.DB from requirements to enable using other config/cli tooling
* Improve documentation
Longer Term Longer Term
----------- -----------

View File

@ -1,21 +1,20 @@
[metadata] [metadata]
name = subunit2sql 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 = description-file =
README.rst README.rst
license = Apache License, Version 2.0 license = Apache License, Version 2.0
author = Matthew Treinish author = Matthew Treinish
author-email = openstack-dev@lists.openstack.org author-email = mtreinish@kortar.org
classifier = classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: OS Independent Operating System :: OS Independent
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2.6 Programming Language :: Python
Programming Language :: Python :: 2.7 Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
[files] [files]
packages = packages =