First refactor for building on nix
This commit is contained in:
parent
9958812865
commit
2484ae10e2
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "netgear_lte_exporter"
|
||||||
|
version = "0.0.1"
|
||||||
|
description = "Netgear LTE Modem Exporter"
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
netgear_lte_exporter = "nle:main"
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user