We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a76626 commit caa5c6bCopy full SHA for caa5c6b
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
-requires = ["hatchling"]
+requires = ["hatchling","hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
6
name = "Python-Lua-Helper"
7
-version = "0.1.3"
+dynamic = ["version"]
8
description = "Lua configuration system for your Python projects."
9
authors = [{name = "DarkCaster", email = "dark.caster@outlook.com"}]
10
dependencies = []
@@ -17,6 +17,9 @@ keywords = ["lua", "configuration"]
17
[project.urls]
18
Repository = "https://github.com/DarkCaster/Perpetual.git"
19
20
+[tool.hatch.version]
21
+source = "vcs"
22
+
23
[tool.hatch.build]
24
include = ["py_lua_helper.py", "test_example.py"]
25
0 commit comments