Author: daa <adurya...@gmail.com> Branch: Changeset: r3130:64dbf3771c3c Date: 2018-07-29 01:39 +0300 http://bitbucket.org/cffi/cffi/changeset/64dbf3771c3c/
Log: always specify entry points because they may be used even with PyPy diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@ "distutils.setup_keywords": [ "cffi_modules = cffi.setuptools_ext:cffi_modules", ], - } if cpython else {}, + }, classifiers=[ 'Programming Language :: Python', _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit