Update setup.py for 1.0 release. Change install_requires to remove python-rd and add requests.

pull/9/head
Jeremy Carbaugh 2013-11-02 02:49:21 -04:00
rodzic c22c5fd3d4
commit 46de19841a
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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