Skip to content

Commit f695a71

Browse files
committed
Add py_modules entry to pyproject.toml for module declaration
1 parent 63b66b2 commit f695a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ authors = [
1111
]
1212
license = "MIT"
1313
readme = "README.md"
14+
py_modules = ["main"]
1415
requires-python = ">=3.10"
1516
classifiers = [
1617
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)