Skip to content

Commit 77e543b

Browse files
committed
Refactor pyproject.toml: move py-modules entry under [tool.setuptools] and remove duplicate entry
1 parent f695a71 commit 77e543b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ authors = [
1111
]
1212
license = "MIT"
1313
readme = "README.md"
14-
py_modules = ["main"]
1514
requires-python = ">=3.10"
1615
classifiers = [
1716
"Programming Language :: Python :: 3",
@@ -30,4 +29,7 @@ tasknow = "main:main"
3029

3130
[project.urls]
3231
Homepage = "https://github.com/decodingchris/TaskNow"
33-
Issues = "https://github.com/decodingchris/TaskNow/issues"
32+
Issues = "https://github.com/decodingchris/TaskNow/issues"
33+
34+
[tool.setuptools]
35+
py-modules = ["main"]

0 commit comments

Comments
 (0)