Skip to content

Commit a729c13

Browse files
authoredDec 9, 2024··
sdist: include the tests (#139)
1 parent 8c2c2cf commit a729c13

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.egg-info
22
*.pyc
3+
*.swp
34
/.coverage
45
/.tox
56
dist/

‎pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ Documentation = "https://github.com/hamdanal/rich-argparse#rich-argparse"
3838
Issue-Tracker = "https://github.com/hamdanal/rich-argparse/issues"
3939
Changelog = "https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md"
4040

41-
[tool.hatch]
42-
build.packages = ["rich_argparse"]
41+
[tool.hatch.build.targets.sdist]
42+
include = ["CHANGELOG.md", "CONTRIBUTING.md", "requirements-dev.txt", "rich_argparse", "tests", "LICENSE", "README.md", "pyproject.toml" ]
43+
44+
[tool.hatch.build.targets.wheel]
45+
packages = ["rich_argparse"]
4346

4447
[tool.tox]
4548
requires = ["tox>=4.21.0"]

0 commit comments

Comments
 (0)
Please sign in to comment.