mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-10 09:02:35 +02:00
* Rearranged the ordering of the module imports in 'apis/rivwebpyapi/api/rivwebpyapi.py' to conform to recommendations in Python PEP 8. * Added a 'requests' dependency to the PyPI package requirements for the 'rivwebpyapi' API. * Incremented the version of the 'rivwebpyapi' PyPI package to 4.0.0b8. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
27 lines
739 B
INI
27 lines
739 B
INI
[metadata]
|
|
name=rivwebpyapi
|
|
version=@RIVWEBPYAPI_VERSION@
|
|
author=Fred Gleason
|
|
author_email=fredg@paravelsystems.com
|
|
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_content_type=text/markdown
|
|
url=https://github.com/ElvishArtisan/rivendell
|
|
project_urls=
|
|
Bug Tracker=https://github.com/ElvishArtisan/rivendell/issues
|
|
classifiers=
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir=
|
|
=src
|
|
packages=find:
|
|
python_requires = >=3.6
|
|
install_requires =
|
|
requests >= 2.14.2
|
|
|
|
[options.packages.find]
|
|
where=src
|