diff --git a/setup.py b/setup.py index 1d0ea92..31af0ca 100644 --- a/setup.py +++ b/setup.py @@ -6,16 +6,16 @@ long_description = open('README.rst').read() setup(name="webfinger", version=str(__version__), py_modules=["webfinger"], - description="Simple Python implementation of webfinger client protocol", + description="Simple Python implementation of WebFinger client protocol", author="Jeremy Carbaugh", author_email="jcarbaugh@gmail.com", license='BSD', url="http://github.com/jcarbaugh/python-webfinger/", long_description=long_description, - install_requires=["python-rd"], + install_requires=["requests"], platforms=["any"], classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English",