Skip to content

Commit

Permalink
changing to packaga-data options in toml"
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland committed Jul 3, 2024
1 parent df82d4e commit 5fb721f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include src/LightSailSim/ExternalForces/optical_interpolators/*.csv
include README.md
include README.md
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ classifiers = [
Repository = "https://github.com/Markk116/LightSailSim/tree/main"

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

[tool.setuptools.package-data]
LightSailSim = ["*.csv"]

0 comments on commit 5fb721f

Please sign in to comment.