From e1bb8a5c8671f02c31ed0b128f3167e7d802e3ea Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 28 Nov 2009 04:32:08 +0000 Subject: Fix. --- repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl') diff --git a/repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl b/repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl index 595b44612..0ce1b8bad 100644 --- a/repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl +++ b/repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl @@ -19,22 +19,19 @@ if sys.version_info[:3] < (2,5,0): requires.append('pysqlite') setup(name='{{project}}', - version='0.1', + version='0.0', description='{{project}}', long_description=README + '\n\n' + CHANGES, classifiers=[ - "Development Status :: 3 - Alpha", - "Intended Audience :: Developers", "Programming Language :: Python", + "Framework :: BFG", "Topic :: Internet :: WWW/HTTP", - "Topic :: Internet :: WWW/HTTP :: Dynamic Content", - "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", ], author='', author_email='', url='', - keywords='web wsgi bfg zope', + keywords='web wsgi bfg', packages=find_packages(), include_package_data=True, zip_safe=False, -- cgit v1.2.3