Skip to content

Commit

Permalink
Merge pull request #126 from IMMM-SFA/bugfix/include-data
Browse files Browse the repository at this point in the history
remove MANIFEST.in, add package-data in pyproject.toml
  • Loading branch information
erexer authored Nov 12, 2024
2 parents 6794354 + a738066 commit 769fea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.setuptools.packages.find]
where = ["msdbook"]

[tool.setuptools.package-data]
msdbook = ["*.txt", "*.csv", "*.npy", "*.resultfile"]

[project]
name = "msdbook"
version = "0.1.5"
Expand Down

0 comments on commit 769fea4

Please sign in to comment.