source: ammosreader/pyproject.toml@ 06043fb

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

discard setuptools-scm due to versioning problems

  • Property mode set to 100644
File size: 228 bytes
Line 
1[build-system]
2requires = [
3 # sync with setup.py until we discard non-pep-517/518
4 "setuptools>=45.0",
5 "wheel",
6]
7build-backend = "setuptools.build_meta"
8
9[project]
10name = "ammosreader"
11
12[tool.setuptools]
13version = "1.2.3"
Note: See TracBrowser for help on using the repository browser.