summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-01-03 14:24:29 -0800
committerTim Burke <tim.burke@gmail.com>2019-01-03 14:25:12 -0800
commite1acba9154279cb90987e544d81738e1884231b3 (patch)
tree7b3ba3bf2e13107558b6c4fe691bf0d2aafc5eee
parentc82ac0d7e0e6529f41d1c76e5a7e5fd2050cbeca (diff)
downloadswift-bench-e1acba9154279cb90987e544d81738e1884231b3.tar.gz
Add long_description to fix gate
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
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2028a45..0992454 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,3 +13,4 @@ cover-erase = true
[metadata]
name = swift-bench
+long_description = Benchmark tool for OpenStack Swift