~ubuntu-branches/ubuntu/utopic/kazoo/utopic-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Neil Williams
  • Date: 2013-08-26 06:26:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130826062620-dv79eayvq78028jb
Tags: 1.2.1-1
* New upstream release.
* Fix sphinx documentation build on clean systems (added
  python-gevent to Build-Depends and patched config).
* Bumped standards version to 3.9.4. No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
__version__ = '0.9'
 
1
__version__ = '1.2.1'
2
2
 
3
3
import os
4
4
import sys
61
61
    ],
62
62
    keywords='zookeeper lock leader configuration',
63
63
    author="Kazoo team",
64
 
    author_email="user@zookeeper.apache.org",
 
64
    author_email="python-zk@googlegroups.com",
65
65
    url="https://kazoo.readthedocs.org",
66
66
    license="Apache 2.0",
67
67
    packages=find_packages(),