summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <armin.rigo@gmail.com>2015-03-22 18:16:14 +0100
committerArmin Rigo <armin.rigo@gmail.com>2015-03-22 18:16:14 +0100
commitf4c673731f1d40f9e99b4aa107971166c4d4e52d (patch)
tree3773c581b799206b117ba4d1b487c7404f317926 /setup.py
parent569fbe6fbb9bd522eed0cf774f6e9215d7731a0d (diff)
parentc1f09f721013fa47804709ee6445e00abb8751fb (diff)
downloadcffi-f4c673731f1d40f9e99b4aa107971166c4d4e52d.tar.gz
Merged in bencord0/cffi/bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737 (pull request #57)
Also look for ffi.h under /usr/local/include
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dcd5187..0106e9a 100644
--- a/setup.py
+++ b/setup.py
@@ -165,5 +165,8 @@ Contact
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
],
)