MANIFEST.in contained test_requests.py but was missing requirements.txt that it depen...
authorApoc2400 <apoc2400@gmail.com>
Mon, 17 Dec 2012 23:16:29 +0000 (00:16 +0100)
committerApoc2400 <apoc2400@gmail.com>
Mon, 17 Dec 2012 23:16:29 +0000 (00:16 +0100)
Added requirements.txt.
Now both files will be included in the .tar.gz file that can be downloaded from http://pypi.python.org/pypi/requests

MANIFEST.in

index 46ef0b4..439de49 100644 (file)
@@ -1 +1 @@
-include README.rst LICENSE NOTICE HISTORY.rst test_requests.py requests/cacert.pem
+include README.rst LICENSE NOTICE HISTORY.rst test_requests.py requirements.txt requests/cacert.pem