summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2016-06-17 06:57:16 +1200
committerRobert Collins <robertc@robertcollins.net>2016-06-17 06:57:16 +1200
commit83cb0eccc37c2422d1c82d59fa34b07e81a602f0 (patch)
tree1410789bf3cbe6f6f4637015a5fe28e9d686e859
parentf01ddde58666bfa81c95d6cb8572d2838df54dac (diff)
downloadtestresources-git-83cb0eccc37c2422d1c82d59fa34b07e81a602f0.tar.gz
Fix #1590536 classifiers not reported in PyPI.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f100b6c..1830e9d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ home-page = https://launchpad.net/testresources
summary = Testresources, a pyunit extension for managing expensive test resources
description-file = README.rst
keyword = unittest, testing, fixtures
-classifiers =
+classifier =
Development Status :: 6 - Mature
Intended Audience :: Developers
License :: OSI Approved :: BSD License