~wesmason/conn-check/snapcraft

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Wes Mason
  • Date: 2015-11-25 21:26:27 UTC
  • Revision ID: wesley.mason@canonical.com-20151125212627-g7rduge3q2gws19f
Switch homepage to conn-check.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
setup(
26
26
    name='conn-check',
27
 
    description='Utility/library for checking connectivity between services',
 
27
    description='Utility for verifying connectivity between services',
28
28
    long_description=open('README.rst').read(),
29
29
    version=__version__,
30
30
    author='James Westby, Wes Mason',
31
31
    author_email='james.westby@canonical.com, wesley.mason@canonical.com',
32
 
    url='https://launchpad.net/conn-check',
 
32
    url='http://conn-check.org/',
33
33
    packages=find_packages(exclude=['ez_setup']),
34
34
    install_requires=get_requirements(),
35
35
    extras_require={