README.rst, setup.py: Mention Warenpost International API

This commit is contained in:
Harald Welte 2021-03-07 10:36:35 +01:00
parent df04434e5d
commit ddaed085d8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
This is a python module for interfacing the "Internetmarke" API provided
by the German postal company "Deutsche Post". It implements V3 of this
API.
API. It also implements the new (2020) "Warenpost International API".
The Internetmarke API allwos you to buy online franking for national and
international postal products like post cardsd and letters of all weight

View File

@ -9,7 +9,7 @@ install_requires = [
setup(
name='inema',
version='0.8.3',
description='A Python interface to the Deutsche Post Internetmarke Online Franking',
description='A Python interface to the Deutsche Post Internetmarke and Warenpost International Online Franking',
long_description=open('README.rst').read(),
author='Harald Welte',
author_email='hwelte@sysmocom.de',