Skip to content

Commit 262ec9a

Browse files
committed
Ignore other folders/packages in the project root
1 parent ad2c722 commit 262ec9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ classifiers = [
2727
]
2828
dynamic = ["dependencies", "optional-dependencies", "version"]
2929

30+
[tool.setuptools]
31+
py-modules = ["emailproxy"] # ignore other folders in the root directory (note that some (such as "tests") *cannot* be ignored in the .tar.gz sdist without a MANIFEST.in)
32+
3033
[project.scripts]
3134
emailproxy = "emailproxy:App"
3235

0 commit comments

Comments
 (0)