summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul <paultax@gmail.com>2013-11-19 20:40:59 +0100
committerPaul <paultax@gmail.com>2013-11-19 20:40:59 +0100
commit625d6afa765b16bf2cb4da4121bc9ba98a591505 (patch)
tree9a76591e58764efcf47a226928b6e0164bfe919a
parent8eb7448217569e2e69343e1b0cbd946e53a2a880 (diff)
downloadpython-requests-aws-625d6afa765b16bf2cb4da4121bc9ba98a591505.tar.gz
Create new release
Add LICENSE to release
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 98e7d2c..d0ad9ad 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1 @@
-include README.md *.py \ No newline at end of file
+include LICENSE.txt README.md *.py \ No newline at end of file
diff --git a/setup.py b/setup.py
index 730f2e7..10deb9f 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if sys.argv[-1] == 'publish':
setup(
name='requests-aws',
- version='0.1.4',
+ version='0.1.5',
author='Paul Tax',
author_email='paultax@gmail.com',
include_package_data=True,