almalinux-git-utils/pyproject.toml
Eugene Zamriy 804cca076e
0.0.1 version
- added alma_get_sources tool
  - added tests for common functions
  - added setup.py and the project uploaded to PyPi
2021-08-25 17:10:58 +03:00

7 lines
110 B
TOML

[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"