mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-27 14:12:34 +02:00
* Renamed the 'rivwebpyapi.rivwebpyapi()' class to 'rivwebpyapi.Site()'. * Added 'make pypi' and 'make post-pypi' targets to 'apis/rivwebpyapi/Makefile.am'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
7 lines
94 B
TOML
7 lines
94 B
TOML
[build-system]
|
|
requires=[
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend="setuptools.build_meta"
|