Skip to content

Commit caa5c6b

Browse files
committed
pyproject.toml updated, use dynamic version
1 parent 2a76626 commit caa5c6b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling","hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "Python-Lua-Helper"
7-
version = "0.1.3"
7+
dynamic = ["version"]
88
description = "Lua configuration system for your Python projects."
99
authors = [{name = "DarkCaster", email = "dark.caster@outlook.com"}]
1010
dependencies = []
@@ -17,6 +17,9 @@ keywords = ["lua", "configuration"]
1717
[project.urls]
1818
Repository = "https://github.com/DarkCaster/Perpetual.git"
1919

20+
[tool.hatch.version]
21+
source = "vcs"
22+
2023
[tool.hatch.build]
2124
include = ["py_lua_helper.py", "test_example.py"]
2225

0 commit comments

Comments
 (0)