Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Apr 18, 2024
1 parent 8147044 commit 3b2f626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from skbuild import setup # This line replaces 'from setuptools import setup'
setup(
name="ugcore-cpp",
version="1.2.3",
name="ug4",
version="0.0.1",
description="a minimal example package (cpp version)",
author='The scikit-build team',
license="MIT",
packages=['ugcore'],
python_requires=">=3.7",
python_requires=">=3.10",
# cmake_source_dir="ugcore",
cmake_args=['-DPARALLEL:BOOL=OFF','-DLimex:BOOL=ON', '-DCPU=1', '-DDIM=2']
)

0 comments on commit 3b2f626

Please sign in to comment.