e1acba9154
With https://github.com/pypa/twine/commit/125b772 this will not be necessary, but may as well fix the warning that would get generated. Apparently this has been broken ever since PTI started using twine, back in https://github.com/openstack-infra/project-config/commit/38e40c5 Change-Id: I577883ccc9441cd0eb12eae02149874c736f25a3
17 lines
262 B
INI
17 lines
262 B
INI
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[nosetests]
|
|
exe = 1
|
|
verbosity = 2
|
|
detailed-errors = 1
|
|
cover-package = swiftbench
|
|
cover-html = true
|
|
cover-erase = true
|
|
|
|
[metadata]
|
|
name = swift-bench
|
|
long_description = Benchmark tool for OpenStack Swift
|