diff options
author | Sergey Vorfolomeev <sergey.vorfolomeev@vmssoftware.com> | 2021-04-09 08:29:05 +0500 |
---|---|---|
committer | Sergey Vorfolomeev <sergey.vorfolomeev@vmssoftware.com> | 2021-04-09 08:29:05 +0500 |
commit | c48fc339035511967023aa9783ce8afc1c00a492 (patch) | |
tree | a59352e46c3497219973c15158cd1231876099a9 /setup.py | |
parent | 836a60368633def79b7fe439be845f5272f4bc9e (diff) | |
parent | f17762f93b1f882554b6fe12c8271f907aebf6ad (diff) | |
download | cffi-openvms.tar.gz |
merge default to 'openvms'openvms
changed:
.hgtags
c/_cffi_backend.c
c/ffi_obj.c
c/test_c.py
cffi/__init__.py
cffi/_embedding.h
cffi/recompiler.py
cffi/verifier.py
doc/source/conf.py
doc/source/installation.rst
doc/source/whatsnew.rst
setup.py
setup_base.py
testing/cffi0/test_ffi_backend.py
testing/cffi0/test_version.py
testing/cffi1/test_re_python.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -76,10 +76,6 @@ def get_config(): config = Distribution().get_command_obj('config') return config -def macosx_deployment_target(): - from distutils.sysconfig import get_config_var - return tuple(map(int, get_config_var("MACOSX_DEPLOYMENT_TARGET").split('.'))) - def ask_supports_thread(): config = get_config() ok = (sys.platform != 'win32' and @@ -196,7 +192,7 @@ Contact `Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_ """, - version='1.14.3', + version='1.14.5', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', '_embedding.h', '_cffi_errors.h']} |