fe24b4a396
This commit adds a manifset file to ensure that the base alembic config file is installed in the correct path. The subunit2sql-db-manage utility depends on that file exisiting in the same dir so it can use it to build on based on the subunit2sql config file. Change-Id: Icc0d97ca1d1b0bd91434a38014902b922a4ff3ba
43 lines
925 B
INI
43 lines
925 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
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
subunit2sql = subunit2sql.shell:main
|
|
sql2subunit = subunit2sql.write_subunit:main
|
|
subunit2sql-db-manage = subunit2sql.migrations.cli:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|