fix: change way to find version from vsc to file

This commit is contained in:
IMDelewer 2026-03-17 10:38:48 +03:00
parent d478ab2c3a
commit 76d148529d
2 changed files with 3 additions and 2 deletions

1
proxy/__init__.py Normal file
View File

@ -0,0 +1 @@
__version__ = "1.1.2"

View File

@ -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"