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:
parent
eed1f1c9d1
commit
b3637c3b1b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
alembic.ini
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
*.pyc
|
||||
@ -14,3 +15,4 @@ build
|
||||
.coverage*
|
||||
!.coveragerc
|
||||
cover/
|
||||
|
||||
|
2
TODO.rst
2
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
|
||||
-----------
|
||||
|
13
setup.cfg
13
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user