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
ChangeLog
*.pyc
@ -14,3 +15,4 @@ build
.coverage*
!.coveragerc
cover/

View File

@ -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
-----------

View File

@ -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 =