aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <askh@modwheel.net>2009-03-17 11:29:47 +0100
committerAsk Solem Hoel <askh@opera.com>2009-03-17 11:29:47 +0100
commitc17b7aaef248c9eae2e0bb3dcf1dcb9e2472cbd4 (patch)
tree01f2ea0c6af00f8bbafa3745c29d021a5501f1d2
parent69604020698d740fec6261a0af2b608561237cf8 (diff)
downloadchishop-c17b7aaef248c9eae2e0bb3dcf1dcb9e2472cbd4.tar.bz2
chishop-c17b7aaef248c9eae2e0bb3dcf1dcb9e2472cbd4.tar.xz
chishop-c17b7aaef248c9eae2e0bb3dcf1dcb9e2472cbd4.zip
Added trove category Topic :: System :: Software Distribution
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c761b61..119135f 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ setup(
28 "Intended Audience :: Developers", 28 "Intended Audience :: Developers",
29 "Intended Audience :: System Administrators", 29 "Intended Audience :: System Administrators",
30 "License :: OSI Approved :: BSD License", 30 "License :: OSI Approved :: BSD License",
31 "Topic :: System :: Software Distribution",
31 "Programming Language :: Python", 32 "Programming Language :: Python",
32 ], 33 ],
33 long_description=codecs.open('README', "r", "utf-8").read(), 34 long_description=codecs.open('README', "r", "utf-8").read(),