aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 8 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ef1f92d..9ba8b28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,14 +1,16 @@
+# SPDX-FileCopyrightText: 2021 - 2026 Dimitri Staessens
+# SPDX-License-Identifier: BSD-3-Clause
+
[project]
name = "ouroboros-metrics"
dynamic = ["version"]
-dependencies = [
- "influxdb-client[ciso]",
- "pytz",
-]
+dependencies = ["influxdb-client[ciso]", "pytz"]
+
+[project.scripts]
+oexport = "oexport:main"
[tool.setuptools]
-py-modules = ["ribreader"]
-script-files = ["oexport.py"]
+py-modules = ["ribreader", "oexport"]
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]