We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f695a71 commit 77e543bCopy full SHA for 77e543b
pyproject.toml
@@ -11,7 +11,6 @@ authors = [
11
]
12
license = "MIT"
13
readme = "README.md"
14
-py_modules = ["main"]
15
requires-python = ">=3.10"
16
classifiers = [
17
"Programming Language :: Python :: 3",
@@ -30,4 +29,7 @@ tasknow = "main:main"
30
29
31
[project.urls]
32
Homepage = "https://github.com/decodingchris/TaskNow"
33
-Issues = "https://github.com/decodingchris/TaskNow/issues"
+Issues = "https://github.com/decodingchris/TaskNow/issues"
+
34
+[tool.setuptools]
35
+py-modules = ["main"]
0 commit comments