Skip to content

Commit

Permalink
#2813 added a bit more to pyproject.tomwl
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Dec 9, 2024
1 parent c940e89 commit 0fb4c23
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,17 @@ script-files = [
]

[tool.setuptools.packages.find]
where = ["src", "examples", "tutorial", "lib"]
where = ["src", "examples", "tutorial", "lib", "config", "share"]
exclude = [
"psyclone.tests",
"psyclone.tests.test_files",
"psyclone.tests.*",
]
namespaces = false

[tool.setuptools.package-data]
examples = ["*.*90", "*.py", "*.md", "*.c", "*.cl", "Makefile", "*.mk"]
tutorial = ["*.ipynb"]
lib = ["*.*90", "*.sh", "*.py", "*.md", "Makefile", "*.mk", "*.jinja", "*.doxyfile"]
config = ["psyclone.cfg"]
share = ["psyclone"]

0 comments on commit 0fb4c23

Please sign in to comment.