Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5d9bdb0b authored by hhakim's avatar hhakim
Browse files

Fix generation of python version classifier (wrong cmake variable used).

parent ac4aa019
Branches
No related tags found
No related merge requests found
Pipeline #857455 canceled
...@@ -86,7 +86,7 @@ setup( ...@@ -86,7 +86,7 @@ setup(
""", """,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
classifiers = [ 'License :: OSI Approved :: BSD License', classifiers = [ 'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: @PY3_VER@', 'Programming Language :: Python :: @PY_VER_WITH_POINTS@',
@GPU_CUDA_VERSION_PYPI_CLASSIFIER@], @GPU_CUDA_VERSION_PYPI_CLASSIFIER@],
install_requires = [@PYFAUST_PYTHON_REQUIREMENTS_AS_PYLIST@], install_requires = [@PYFAUST_PYTHON_REQUIREMENTS_AS_PYLIST@],
license = "3-clause BSD 2.0", license = "3-clause BSD 2.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment