This commit is contained in:
Andrea Mistrali 2024-07-04 15:28:00 +02:00
parent 46e7ee5677
commit 97e7cca09a
15 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -266,3 +266,4 @@ tags
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
main.py
hsman/.flaskenv
hsman/docker.env

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "hsapi"
name = "hsapi-client"
version = "0.9.0"
description = "Headscale API client"
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]