Use uv to manage environment
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[project]
|
||||
name = "hysteria-panel"
|
||||
version = "0.2.3"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"requests>=2.32.5",
|
||||
"ttkbootstrap>=1.14.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
socks = [
|
||||
"requests[socks]>=2.32.5",
|
||||
]
|
||||
|
||||
[project.gui-scripts]
|
||||
hysteria-panel = "hysteria_panel.__main__:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.21.1"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/hysteria_panel"]
|
||||
Reference in New Issue
Block a user