aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: f053c4fbd262cd5cfa3e5b2b23417f4b74f6af3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: CC0-1.0

# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]

[tool.setuptools_scm]
write_to = "src/hydrilla/server/_version.py"