We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d2698 commit 5db9447Copy full SHA for 5db9447
pyproject.toml
@@ -10,6 +10,17 @@ authors = [
10
{name = "DarkCaster", email = "dark.caster@outlook.com"}
11
]
12
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"
24
25
[tool.hatch.build.targets.wheel]
26
packages = [
0 commit comments