Project

General

Profile

Download (349 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / pyproject.toml @ 4e46d7f7

1
# SPDX-License-Identifier: CC0-1.0
2

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

    
7
[build-system]
8
build-backend = "setuptools.build_meta"
9
requires = ["setuptools>=45", "wheel", "setuptools_scm>=5.0"]
10

    
11
[tool.setuptools_scm]
12
write_to = "src/hydrilla/builder/_version.py"
(6-6/8)