diff --git a/README.rst b/README.rst index f909919..948aff0 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index e4b4d99..33c3690 100644 --- a/setup.py +++ b/setup.py @@ -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',