summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2014-09-09 09:59:45 -0700
committerCharles Gordon <charles@pinterest.com>2014-09-09 09:59:45 -0700
commit3824d3b0bcdea3e8d0c08598bedfce10fd3c79e0 (patch)
treef127a91503f5abf7bfec6080aa707c8f18621914
parent68fead4d3d2a1ca93401a02b8237b4cf24319d52 (diff)
downloadpymemcache-3824d3b0bcdea3e8d0c08598bedfce10fd3c79e0.tar.gz
Adding the LICENSE.txt file to the distribution
-rw-r--r--MANIFEST.in2
-rw-r--r--pymemcache/__init__.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7348bf7..0bad4fb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include README.* setup.py setup.cfg
+include README.* setup.py setup.cfg LICENSE.txt
recursive-include pymemcache *.py
global-exclude *.pyc
global-exclude *.pyo
diff --git a/pymemcache/__init__.py b/pymemcache/__init__.py
index daab838..09964d6 100644
--- a/pymemcache/__init__.py
+++ b/pymemcache/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.4'
+__version__ = '1.2.5'
diff --git a/setup.py b/setup.py
index a90e519..8595320 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
long_description = open('README.md').read(),
license = 'Apache License 2.0',
url = 'https://github.com/Pinterest/pymemcache',
- classifiers=[
+ classifiers = [
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',