summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-09-30 19:42:32 -0700
committerMonty Taylor <mordred@inaugust.com>2014-09-30 19:42:32 -0700
commit445633f9221ff6efdbdb7822ff7ab01952396829 (patch)
treef1d0ea42b9a45513ec80ec3007ca9f5c5b305c9c /setup.py
parent36a09fa4dadb67b81359078c61f418a971f57372 (diff)
downloadretrying-445633f9221ff6efdbdb7822ff7ab01952396829.tar.gz
Add requirements.txt to MANFEST.in
Without this, pip installs of retrying all fail due to requirements.txt being missing in the tarball but required by setup.py.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9598a58..5aa6225 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ with open('requirements.txt') as file_requirements:
settings.update(
name='retrying',
- version='1.3.0',
+ version='1.3.1',
description='Retrying',
long_description=readme + '\n\n' + history,
author='Ray Holder',