diff options
author | Armin Rigo <arigo@tunes.org> | 2015-04-30 11:12:50 +0200 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2015-04-30 11:12:50 +0200 |
commit | e2f196ee451387dd63d524ae0bf47f5ca85ab647 (patch) | |
tree | 04d0802115f2a1f992bd88063eaf475d13dd98d7 | |
parent | f1d9cb93acefda079d287ddd6707a5e34938163f (diff) | |
download | cffi-e2f196ee451387dd63d524ae0bf47f5ca85ab647.tar.gz |
updates
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | setup.py | 2 |
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 @@ -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, |