AmmosSource
guix
Last change
on this file since ab26682 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
|
Rev | Line | |
---|
[d88bd02] | 1 | [build-system]
|
---|
| 2 | requires = [
|
---|
| 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 | ]
|
---|
| 8 | build-backend = "setuptools.build_meta"
|
---|
| 9 |
|
---|
| 10 | [tool.setuptools_scm]
|
---|
| 11 | write_to = "src/_version.py"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.