Move project to src structure

This commit is contained in:
2026-01-04 12:01:55 +03:00
parent 50a298da20
commit 4726cbf7ec
15 changed files with 11 additions and 13 deletions
+10 -9
View File
@@ -1,12 +1,5 @@
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["vpn_manager"]
[project]
name = "vpn-manager"
name = "wcm"
description = "Manage WireGuard VPN peers (both server and clients)"
version = "2024.12.0a"
license = {file = "LICENSE"}
@@ -25,4 +18,12 @@ dev = [
]
[project.scripts]
example = "vpn_manager.__main__:main"
example = "wcm.__main__:main"
[build-system]
requires = ["uv_build>=0.9.21,<0.10.0"]
build-backend = "uv_build"
[tool.setuptools]
packages = ["wcm"]