summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-04-30 11:12:50 +0200
committerArmin Rigo <arigo@tunes.org>2015-04-30 11:12:50 +0200
commite2f196ee451387dd63d524ae0bf47f5ca85ab647 (patch)
tree04d0802115f2a1f992bd88063eaf475d13dd98d7
parentf1d9cb93acefda079d287ddd6707a5e34938163f (diff)
downloadcffi-e2f196ee451387dd63d524ae0bf47f5ca85ab647.tar.gz
updates
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5d083da..2e46c96 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,4 +3,5 @@ recursive-include c *.c *.h *.asm *.py win64.obj
recursive-include testing *.py
recursive-include doc *.py *.rst Makefile *.bat
recursive-include demo py.cleanup *.py
+recursive-include _cffi1 *.py *.h
include LICENSE setup_base.py
diff --git a/setup.py b/setup.py
index cb66267..1c6f959 100644
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.0.0',
+ version='1.0.dev0',
packages=['cffi', '_cffi1'],
package_data={'_cffi1': ['_cffi_include.h', 'parse_c_type.h']},
zip_safe=False,