make container build work

This commit is contained in:
Abel Luck 2023-11-06 09:13:21 +01:00
parent 12f55ad721
commit 1fcb035fce
6 changed files with 15 additions and 9 deletions

View file

@ -1,13 +1,13 @@
[tool.poetry]
name = "tailscalesd"
version = "0.1.0"
description = ""
description = "Discover services to monitor with prometheus over tailscale"
authors = ["Abel Luck <abel@guardianproject.info>"]
include = ["LICENSE.MD"]
exclude = ["tests"]
readme = "README.md"
homepage = "https://gitlab.com/guardianproject-ops/py-tailscalesd"
repository = "https://gitlab.com/guardianproject-ops/py-tailscalesd"
homepage = "https://gitlab.com/guardianproject-ops/tailscalesd"
repository = "https://gitlab.com/guardianproject-ops/tailscalesd"
packages = [
{ include = "tailscalesd"}
]