This commit is contained in:
Kenneth Reitz
2011-10-09 08:44:52 -04:00
+1 -1
View File
@@ -18,7 +18,7 @@ if sys.argv[-1] == 'publish':
setup(
name='httpbin',
version='110621',
install_requires=open('reqs.txt').readlines(),
install_requires=open('requirements.txt').readlines(),
description='HTTP Request and Response Service.',
long_description=open('README.md').read(),
author='Kenneth Reitz',