source: ammosreader/pyproject.toml@ d88bd02

AmmosSource guix
Last change on this file since d88bd02 was d88bd02, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

directory structure changed to reflect pip package structure

  • Property mode set to 100644
File size: 244 bytes
Line 
1[build-system]
2requires = [
3 # sync with setup.py until we discard non-pep-517/518
4 "setuptools>=45.0",
5 "setuptools-scm[toml]>=6.2.3",
6 "wheel",
7]
8build-backend = "setuptools.build_meta"
9
10[tool.setuptools_scm]
11write_to = "src/_version.py"
Note: See TracBrowser for help on using the repository browser.