summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-04-21 13:09:13 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-04-21 13:09:13 +0200
commit17b37f2f46943e96acee037f0a08af23ccfda53c (patch)
treeca2aee1f5e5b5340179e7da58caff6c69a3bb43e
parent665e5bc009f27990b1de464a247f67fcbc0ed59d (diff)
downloadpyflakes-17b37f2f46943e96acee037f0a08af23ccfda53c.tar.gz
Missing bin/pyflakes in tarball generated with distribute
-rw-r--r--MANIFEST.in3
-rw-r--r--NEWS.txt3
-rw-r--r--pyflakes/__init__.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2b1e904..8eb46e0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
-include NEWS.txt
+include README.rst NEWS.txt
include AUTHORS LICENSE
+include bin/pyflakes
diff --git a/NEWS.txt b/NEWS.txt
index 9c69578..5f44c4f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,6 @@
+0.7.x (unreleased):
+ - File `bin/pyflakes` was missing in tarball generated with distribute.
+
0.7.0 (2013-04-17):
- Add --version and --help options.
- Support `python -m pyflakes` (Python 2.7 and Python 3.x).
diff --git a/pyflakes/__init__.py b/pyflakes/__init__.py
index 0bae40b..f477954 100644
--- a/pyflakes/__init__.py
+++ b/pyflakes/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.7'
+__version__ = '0.7.1a0'