From 52d4fbc978f7244d12a82a43163651b962fb8861 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 20:49:08 -0400 Subject: make it unnecessary to change conf.py during a release, change author email, change version number to 0.0 until a release --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b8330013e..226a56e17 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.0a1' +__version__ = '0.0' import os import platform @@ -48,7 +48,8 @@ if platform.system() == 'Java': tests_require = install_requires + ['twill'] else: tests_require= install_requires + ['Sphinx', 'docutils', 'coverage', - 'twill', 'repoze.sphinx.autointerface'] + 'twill', 'repoze.sphinx.autointerface', + 'pkginfo'] if sys.version_info[:2] < (2, 6): install_requires.append('simplejson') @@ -67,7 +68,7 @@ setup(name='pyramid', ], keywords='web wsgi pylons pyramid bfg', author="Chris McDonough, Agendaless Consulting", - author_email="repoze-dev@lists.repoze.org", + author_email="pylons-devel@googlegroups.com", url="http://pylonshq.com", license="BSD-derived (http://www.repoze.org/LICENSE.txt)", packages=find_packages(), -- cgit v1.2.3