mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-09 20:31:10 +00:00
can I at least change the project name? kthxbye
This commit is contained in:
parent
83a5ff3909
commit
75ff4edeed
3 changed files with 12 additions and 12 deletions
|
|
@ -1,15 +1,15 @@
|
|||
[project]
|
||||
name = "hello-world"
|
||||
name = "lego-monitoring"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "Monitoring software for the lego server"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"urllib3>=2.2.3",
|
||||
#"urllib3>=2.2.3",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
hello = "hello_world:hello"
|
||||
service = "lego_monitoring:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
@ -17,5 +17,5 @@ build-backend = "hatchling.build"
|
|||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff>=0.6.7",
|
||||
#"ruff>=0.6.7",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue