2021-12-23 Fred Gleason <fredg@paravelsystems.com>

* Refactored the build of the 'python3-rivwebpyapi' deb package
	so as to include proper PyPI package metadata.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-23 10:00:54 -05:00
parent 6a01538bf3
commit c1d95b01a9
6 changed files with 38 additions and 3 deletions

View File

@@ -23,10 +23,13 @@
SUBDIRS = api\
tests
all: pypi
pypi:
rm -rf pypi
../../helpers/build_pypi_package.sh rivwebpyapi
cp pypi/dist/* .
cp pypi/src/rivwebpyapi.egg-info/* .
rm -rf pypi
post-pypi:
@@ -43,7 +46,13 @@ CLEANFILES = *~\
*.qm\
*.tar.gz\
*.whl\
moc_*
PKG-INFO\
SOURCES.txt\
dependency_links.txt\
moc_*\
not-zip-safe\
requires.txt\
top_level.txt
DISTCLEANFILES = setup.cfg