From dda3a9bada6be2760f2e4bc4151456b02ec548b5 Mon Sep 17 00:00:00 2001 From: tavis_rudd Date: Sun, 1 Jan 2006 23:34:12 +0000 Subject: added classifiers --- SetupConfig.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'SetupConfig.py') 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 -- cgit v1.2.1