Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Jul 17, 2023
1 parent ecd9933 commit 89d77d0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,22 @@
long_description=readme,
long_description_content_type="text/markdown",
packages=["pyclesperanto"],
package_data={"pyclesperanto": ["demos/*", "docs/*", "developer_docs/*", "benchmarking/*"]},
exclude_package_data={"pyclesperanto": ["demos/*", "docs/*", "developer_docs/*", "benchmarking/*"]},
package_data={
'pyclesperanto': [
'demos/*',
'docs/*',
'developer_docs/*',
'benchmarking/*'
]
},
exclude_package_data={
'pyclesperanto': [
'demos/*',
'docs/*',
'developer_docs/*',
'benchmarking/*'
]
},
cmake_install_dir="pyclesperanto",
python_requires=">=3.7",
install_requires=[
Expand Down

0 comments on commit 89d77d0

Please sign in to comment.