summaryrefslogtreecommitdiff
path: root/repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl')
-rw-r--r--repoze/bfg/paster_templates/routesalchemy/setup.py_tmpl9
1 files changed, 3 insertions, 6 deletions
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,