Skip to content

Commit 91cc011

Browse files
committed
Add pyproject.toml for Flit packaging
1 parent ca4bdc7 commit 91cc011

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)