mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2021-12-15 Fred Gleason <fredg@paravelsystems.com>
* 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>
This commit is contained in:
@@ -23,14 +23,30 @@
|
||||
SUBDIRS = api\
|
||||
tests
|
||||
|
||||
pypi:
|
||||
rm -rf pypi
|
||||
../../helpers/build_pypi_package.sh rivwebpyapi
|
||||
cp pypi/dist/* .
|
||||
rm -rf pypi
|
||||
|
||||
post-pypi:
|
||||
python3 -m twine upload --repository testpypi *.tar.gz *.whl
|
||||
|
||||
EXTRA_DIST = pyproject.toml\
|
||||
setup.cfg.in
|
||||
|
||||
CLEANFILES = *~\
|
||||
*.idb\
|
||||
*ilk\
|
||||
*.obj\
|
||||
*.pdb\
|
||||
*.qm\
|
||||
*.tar.gz\
|
||||
*.whl\
|
||||
moc_*
|
||||
|
||||
DISTCLEANFILES = setup.cfg
|
||||
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
*.tar.gz\
|
||||
aclocal.m4\
|
||||
|
Reference in New Issue
Block a user