Author: Armin Rigo <[email protected]> Branch: cffi-1.0 Changeset: r1896:abe9ab7b9b11 Date: 2015-04-30 11:12 +0200 http://bitbucket.org/cffi/cffi/changeset/abe9ab7b9b11/
Log: updates diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ 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 --- a/setup.py +++ b/setup.py @@ -142,7 +142,7 @@ `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, _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
