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 50232fe commit 24713f2Copy full SHA for 24713f2
pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "todo-app"
7
-version = "0.1.0"
8
-description = "A minimalistic to-do app"
+version = "0.2.0"
+description = "Simple todo app with python tkinter GUI"
9
readme = "README.md"
10
license = { text = "GPL" }
11
authors = [
12
{ name = "Jens Lettkemann", email = "jltk@pm.me" }
13
]
14
dependencies = [
15
- "tkinter", # If required explicitly
+ "tkinter"
16
0 commit comments