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:
Fred Gleason
2021-12-15 20:27:13 -05:00
parent 997208e95a
commit 79e3ace473
50 changed files with 298 additions and 126 deletions

View File

@@ -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\