fix: change way to find version from vsc to file
This commit is contained in:
parent
d478ab2c3a
commit
76d148529d
|
|
@ -0,0 +1 @@
|
||||||
|
__version__ = "1.1.2"
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling>=1.25.0", "hatch-vcs"]
|
requires = ["hatchling>=1.25.0"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
|
|
@ -66,4 +66,4 @@ packages = ["proxy"]
|
||||||
"windows.py" = "windows.py"
|
"windows.py" = "windows.py"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
source = "vcs"
|
path = "proxy/__init__.py"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue