Skip to content

Commit

Permalink
Restrict python package distribution only to src/reprostim and related
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 13, 2024
1 parent 8ec10cd commit b524d85
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 @@ -14,7 +14,7 @@ authors = [
{ name = "Vadim Melnik", email = "[email protected]" },
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand All @@ -31,6 +31,12 @@ Documentation = "https://github.com/ReproNim/reprostim"
Issues = "https://github.com/ReproNim/reprostim/issues"
Source = "https://github.com/ReproNim/reprostim"

[tool.hatch.build.targets.sdist]
include = [
"/src/reprostim/",
"/tests",
]

[tool.hatch.version]
path = "src/reprostim/__about__.py"

Expand Down

0 comments on commit b524d85

Please sign in to comment.