Skip to content

Commit

Permalink
adding package data, csv to be precise
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland committed Jul 3, 2024
1 parent 5cd6770 commit 71d9d15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ classifiers = [
]

[project.urls]
Repository = "https://github.com/Markk116/LightSailSim/tree/main"
Repository = "https://github.com/Markk116/LightSailSim/tree/main"

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

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

0 comments on commit 71d9d15

Please sign in to comment.