From afff13cd7e80c60c5f62383d08f55bc7d80ca640 Mon Sep 17 00:00:00 2001 From: Jeremy Carbaugh Date: Wed, 15 May 2013 11:53:16 -0300 Subject: [PATCH] Change python-xrd to python-rd Also need to release python-rd to PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c2ea48..1d0ea92 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup(name="webfinger", license='BSD', url="http://github.com/jcarbaugh/python-webfinger/", long_description=long_description, - install_requires=["python-xrd"], + install_requires=["python-rd"], platforms=["any"], classifiers=[ "Development Status :: 4 - Beta",