aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 39e282343190179cebcb8c062ebad00c94ab8025 (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>=5.0", "babel"]

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