mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2022-01-07 Fred Gleason <fredg@paravelsystems.com>
* Reset the version of the 'rivwebpyapi' module to 4.0.0b3. * Changed the upload PyPI repository for the 'rivwebpyapi' module from 'testpypi' to 'pypi'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -22867,3 +22867,7 @@
|
|||||||
2022-01-07 Fred Gleason <fredg@paravelsystems.com>
|
2022-01-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Merged the 'rivendell-pypad' DEB package into the 'rivendell'
|
* Merged the 'rivendell-pypad' DEB package into the 'rivendell'
|
||||||
DEB package.
|
DEB package.
|
||||||
|
2022-01-07 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Reset the version of the 'rivwebpyapi' module to 4.0.0b3.
|
||||||
|
* Changed the upload PyPI repository for the 'rivwebpyapi' module
|
||||||
|
from 'testpypi' to 'pypi'.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ pypi:
|
|||||||
rm -rf pypi
|
rm -rf pypi
|
||||||
|
|
||||||
post-pypi:
|
post-pypi:
|
||||||
python3 -m twine upload --repository testpypi *.tar.gz *.whl
|
python3 -m twine upload --repository pypi *.tar.gz *.whl
|
||||||
|
|
||||||
EXTRA_DIST = pyproject.toml\
|
EXTRA_DIST = pyproject.toml\
|
||||||
setup.cfg.in
|
setup.cfg.in
|
||||||
|
|||||||
@@ -4,7 +4,11 @@ version=@RIVWEBPYAPI_VERSION@
|
|||||||
author=Fred Gleason
|
author=Fred Gleason
|
||||||
author_email=fredg@paravelsystems.com
|
author_email=fredg@paravelsystems.com
|
||||||
description=Python 3 interface for accessing the Rivendell Web API
|
description=Python 3 interface for accessing the Rivendell Web API
|
||||||
long_description=str: This is a Python 3 language binding for the Rivendell Web API.
|
long_description=This is a Python 3 language binding for the Rivendell Web API.
|
||||||
|
|
||||||
|
Example scripts for testing and exercising the API can be found in the
|
||||||
|
[Rivendell sources](https://github.com/ElvishArtisan/rivendell/tree/qt5)
|
||||||
|
in 'apis/rivwebpyapi/tests/'.
|
||||||
long_description_content_type=text/markdown
|
long_description_content_type=text/markdown
|
||||||
url=https://github.com/ElvishArtisan/rivendell
|
url=https://github.com/ElvishArtisan/rivendell
|
||||||
project_urls=
|
project_urls=
|
||||||
|
|||||||
Reference in New Issue
Block a user