Skip to content

Commit 7b09c64

Browse files
committed
switch to src organization
1 parent 097d831 commit 7b09c64

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ develop = [
2525
]
2626

2727
[tool.setuptools.packages.find]
28-
exclude = ["tests*"]
28+
where = ["src"]
29+
30+
[tool.setuptools.package-data]
31+
python_starter = ["py.typed"]
2932

3033
[tool.black]
3134
line-length = 88
File renamed without changes.

src/python_starter/py.typed

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)