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 ca4bdc7 commit 91cc011Copy full SHA for 91cc011
pyproject.toml
@@ -0,0 +1,14 @@
1
+[build-system]
2
+requires = ["flit_core >=3.11,<4"]
3
+build-backend = "flit_core.buildapi"
4
+
5
+[project]
6
+name = "commit_companion"
7
+authors = [{name = "Zack Nelson", email = "zacknelson15@gmail.com"}]
8
+readme = "README.md"
9
+license = "MIT"
10
+license-files = ["LICENSE"]
11
+dynamic = ["version", "description"]
12
13
+[project.urls]
14
+Home = "https://github.com/nelson-zack/commit-companion"
0 commit comments