summaryrefslogtreecommitdiff
path: root/SetupConfig.py
diff options
context:
space:
mode:
authortavis_rudd <tavis_rudd>2006-01-01 23:34:12 +0000
committertavis_rudd <tavis_rudd>2006-01-01 23:34:12 +0000
commitdda3a9bada6be2760f2e4bc4151456b02ec548b5 (patch)
treed7d5bf2f63577e07479da2b6a07d79f01d9b6937 /SetupConfig.py
parentc5f34d45aceb39d919cfb3b35cc4c6138e5f6053 (diff)
downloadpython-cheetah-dda3a9bada6be2760f2e4bc4151456b02ec548b5.tar.gz
added classifiers
Diffstat (limited to 'SetupConfig.py')
-rw-r--r--SetupConfig.py18
1 files changed, 17 insertions, 1 deletions
diff --git a/SetupConfig.py b/SetupConfig.py
index ca443db..c7b883e 100644
--- a/SetupConfig.py
+++ b/SetupConfig.py
@@ -12,7 +12,23 @@ packages = ['Cheetah',
'Cheetah.Utils',
'Cheetah.Utils.optik',
]
-## used to be: extra_path = 'Webware' # now just in site-packages top-level
+classifiers = [line.strip() for line in '''\
+ Development Status :: 4 - Beta
+ #Development Status :: 5 - Production/Stable
+ Intended Audience :: Developers
+ Intended Audience :: System Administrators
+ License :: OSI Approved :: MIT License
+ Operating System :: OS Independent
+ Programming Language :: Python
+ Topic :: Internet :: WWW/HTTP
+ Topic :: Internet :: WWW/HTTP :: Dynamic Content
+ Topic :: Internet :: WWW/HTTP :: Site Management
+ Topic :: Software Development :: Code Generators
+ Topic :: Software Development :: Libraries :: Python Modules
+ Topic :: Software Development :: User Interfaces
+ Topic :: Text Processing'''.splitlines() if not line.strip().startswith('#')]
+del line
+
package_dir = {'Cheetah':'src'}
import os