Skip to content

Commit 5db9447

Browse files
committed
pyproject.toml updated
1 parent 72d2698 commit 5db9447

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ authors = [
1010
{name = "DarkCaster", email = "dark.caster@outlook.com"}
1111
]
1212
dependencies = []
13+
requires-python = ">=3.8"
14+
maintainers = [
15+
{name = "DarkCaster", email = "dark.caster@outlook.com"}
16+
]
17+
readme = "README.md"
18+
license = "MIT"
19+
license-files = ["LICENSE"]
20+
keywords = ["lua", "configuration"]
21+
22+
[project.urls]
23+
Repository = "https://github.com/DarkCaster/Perpetual.git"
1324

1425
[tool.hatch.build.targets.wheel]
1526
packages = [

0 commit comments

Comments
 (0)