We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7bd12 commit 2da2b23Copy full SHA for 2da2b23
setup.py
@@ -47,8 +47,8 @@ def get_cgal_version():
47
""",
48
long_description_content_type="text/markdown",
49
url="https://github.com/CGAL/cgal-swig-bindings",
50
- conan_requirements=["cmake/[>=3.12 <4]"] + ([] if os.environ.get(
51
- 'CGAL_PYTHON_MODULE_VERSION') else ["cgal/[>=6.0 <7.0]"]),
+ conan_requirements=["cmake/[>=3.12 <4]"] + (["cgal/[>=6.0 <7.0]"] if not os.environ.get(
+ 'CGAL_PYTHON_MODULE_VERSION') else []),
52
packages=['CGAL'] + [f'CGAL.CGAL_{m}' for m in CGAL_MODULES],
53
package_dir=(
54
{'CGAL': 'SWIG_CGAL/files'} |
0 commit comments