Builds
This commit is contained in:
parent
46e7ee5677
commit
97e7cca09a
|
@ -266,3 +266,4 @@ tags
|
||||||
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
||||||
main.py
|
main.py
|
||||||
hsman/.flaskenv
|
hsman/.flaskenv
|
||||||
|
hsman/docker.env
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "hsapi"
|
name = "hsapi-client"
|
||||||
version = "0.9.0"
|
version = "0.9.0"
|
||||||
description = "Headscale API client"
|
description = "Headscale API client"
|
||||||
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
|
authors = ["Andrea Mistrali <andrea@mistrali.pw>"]
|
Loading…
Reference in New Issue