subunit2sql/setup.cfg
Matthew Treinish ca04ae8034 Release subunit2sql-0.1
subunit2sql-0.1 was pushed to pypi. Change the development to be on
the next version subunit2sql 0.2
2014-07-06 14:27:34 -04:00

37 lines
767 B
INI

[metadata]
name = subunit2sql
version = 0.2
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 = mtreinish@kortar.org
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python
Programming Language :: Python :: 3
[files]
packages =
subunit2sql
[entry_points]
console_scripts =
subunit2sql = subunit2sql.shell:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1