Skip to content

Commit

Permalink
Revise pyproject.toml :
Browse files Browse the repository at this point in the history
Add resources to build wheel - required for config file
Correction to email address
  • Loading branch information
sinhaharsh committed Feb 6, 2024
1 parent 348e31d commit 5f24ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.rst"
license = { file = "LICENSE" }
requires-python = ">=3.8"
authors = [
{ name = "Harsh Sinha", email = "sinha.harsh@pitt.edu" },
{ name = "Harsh Sinha", email = "harsh.sinha@pitt.edu" },
{ name = "Pradeep Raamana", email = "raamana@gmail.com" },
]
keywords = [
Expand Down Expand Up @@ -42,6 +42,7 @@ Documentation = "https://open-minds-lab.github.io/MRdataset/"
[tool.hatch.build]
include = [
"MRdataset/*.py",
"MRdataset/resources/*",
]
exclude = [
"MRdataset/tests/*",
Expand Down

0 comments on commit 5f24ee8

Please sign in to comment.