diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.0a9' +__version__ = '0.0' import os import platform @@ -68,7 +68,7 @@ setup(name='pyramid', keywords='web wsgi pylons pyramid bfg', author="Chris McDonough, Agendaless Consulting", author_email="pylons-devel@googlegroups.com", - url="http://docs.pylonshq.com", + url="http://docs.pylonsproject.org", license="BSD-derived (http://www.repoze.org/LICENSE.txt)", packages=find_packages(), include_package_data=True, |
