diff --git a/setup.py b/setup.py index 3f61bb4..1c74968 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,13 @@ setup( name = "mailmanweb", - version = '0.0.1', + version = '1.0.0a1', description = "A web user interface for GNU Mailman", long_description=open('README.rst').read(), maintainer = "The Mailman GSOC Coders", - maintainer_email = "flo.fuchs@gmail.com", license = 'GPLv3', keywords = 'email mailman django', - url = "https://code.launchpad.net/~flo-fuchs/mailmanwebgsoc2011/transition", + url = "https://launchpad.net/mailmanweb", packages = find_packages('src'), package_dir = {'': 'src'}, include_package_data = True diff --git a/src/mailmanweb/__init__.py b/src/mailmanweb/__init__.py index c9049a1..4cd4814 100644 --- a/src/mailmanweb/__init__.py +++ b/src/mailmanweb/__init__.py @@ -1,3 +1,2 @@ -version = (0, 0, 1) -__version__ = '.'.join(map(str, version)) +__version__ = '1.0.0a1'