summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordaa <aduryagin@gmail.com>2018-07-29 01:39:34 +0300
committerdaa <aduryagin@gmail.com>2018-07-29 01:39:34 +0300
commit3ce46c54ed18c264594dab711d4c438c6cc0677d (patch)
treea1ee7192d5b4622ccafc934740394c0f4a0954e2 /setup.py
parentafdf962a5d21781f725eeef5bb860fef47b7b306 (diff)
downloadcffi-3ce46c54ed18c264594dab711d4c438c6cc0677d.tar.gz
always specify entry points because they may be used even with PyPy
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d833d11..51abcbe 100644
--- a/setup.py
+++ b/setup.py
@@ -230,7 +230,7 @@ Contact
"distutils.setup_keywords": [
"cffi_modules = cffi.setuptools_ext:cffi_modules",
],
- } if cpython else {},
+ },
classifiers=[
'Programming Language :: Python',