version='0.2.0',
    description='A Twisted Python client for Rackspace Service Registry.',
    author='Rackspace Hosting, Inc.',
    author_email='*****@*****.**',
    classifiers=[
        'Development Status :: 4 - Beta',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: Implementation :: PyPy',
        'Framework :: Twisted'
    ],
    cmdclass={
        'pep8': Pep8Command,
        'apidocs': ApiDocsCommand,
        'test': TestCommand
    },
    packages=get_packages('txServiceRegistry'),
    package_dir={
        'txServiceRegistry': 'txServiceRegistry',
    },
    package_data={'txServiceRegistry': get_data_files('txServiceRegistry',
                                               parent='txServiceRegistry')},
    license='Apache License (2.0)',
    url='https://github.com/racker/python-twisted-service-registry-client',
    install_requires=[
        'Twisted >= 9.0.0',
        'txKeystone >= 0.1.1',
        'PyOpenSSL >= 0.13.0'
    ]
)
    version=read_version_string(),
    description='Python client for Rackspace Service Registry.',
    author='Rackspace Hosting, Inc.',
    author_email='*****@*****.**',
    classifiers=[
        'Development Status :: 4 - Beta',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: Implementation :: PyPy',
        'Framework :: Twisted'
    ],
    cmdclass={
        'pep8': Pep8Command,
        'apidocs': ApiDocsCommand,
        'test': TestCommand
    },
    packages=get_packages('service_registry'),
    package_dir={
        'service_registry': 'service_registry',
    },
    package_data={'service_registry': get_data_files('service_registry',
                                               parent='service_registry')},
    license='Apache License (2.0)',
    url='https://github.com/racker/python-service-registry-client',
    install_requires=[
        'python-dateutil >= 2.1, < 2.2.0',
        'requests >= 1.1.0, < 1.2.0',
        'apache-libcloud >= 0.12.1, < 0.13.0'
    ]
)
                ' to authenticate against requested urls.',
    author='Rackspace Hosting, Inc.',
    author_email='*****@*****.**',
    requires=([], ['simplejson'],)[pre_python26],
    classifiers=[
        'Development Status :: 4 - Beta',
        'License :: OSI Approved :: Apache Software License',
        'Programming Language :: Python :: 2.5',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: Implementation :: PyPy',
        'Framework :: Twisted'
    ],
    license='Apache License (2.0)',
    url='https://github.com/racker/python-twisted-keystone-agent',
    cmdclass={
        'pep8': Pep8Command,
        'apidocs': ApiDocsCommand,
        'test': TestCommand
    },
    packages=get_packages('txKeystone'),
    package_dir={
        'txKeystone': 'txKeystone',
    },
    package_data={'txKeystone': get_data_files('txKeystone',
                                               parent='txKeystone')},
    install_requires=['Twisted >= 9.0.0',
                      'PyOpenSSL >= 0.13.0'
    ],
)