setup.py only installs for the python version it is built for

release/4.3a0
Matthew Broadway 2019-02-08 20:32:05 +00:00 committed by Matthew Broadway
parent 0d7b52d99f
commit d56efccead
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ setup(
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: ${PYTHON_VERSION_MAJOR}',
],
packages=packages,