setup.py only installs for the python version it is built for
parent
0d7b52d99f
commit
d56efccead
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue