From 4587e43abcff0ce316a91f06905231e11b2bc335 Mon Sep 17 00:00:00 2001 From: Henrik Blidh Date: Tue, 11 Oct 2022 17:15:17 +0200 Subject: [PATCH] Fix for long description on PyPI --- README.rst | 4 ++-- setup.py | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index bcf5d80..e64f63f 100644 --- a/README.rst +++ b/README.rst @@ -102,7 +102,7 @@ and a sign order is initiated in a similar fashion: } Since the ``BankIDJSONClient`` is using the BankID ``v5`` JSON API, the ``personal_number`` can now be omitted when calling -``authenticate`` and ``sign``. See `BankID Relying Party Guidelines `_ +``authenticate`` and ``sign``. See BankID Relying Party Guidelines for more information about this. The status of an order can then be studied by polling @@ -146,7 +146,7 @@ with the ``collect`` method using the received ``orderRef``: } Please note that the ``collect`` method should be used sparingly: in the -`BankID Relying Party Guidelines `_ +BankID Relying Party Guidelines it states that *"collect should be called every two seconds and must not be called more frequent than once per second"*. diff --git a/setup.py b/setup.py index e6b21da..6836bfc 100644 --- a/setup.py +++ b/setup.py @@ -101,12 +101,8 @@ def run(self): # Trove classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers "Programming Language :: Python", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows",