Skip to content

Commit

Permalink
Fix for long description on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh committed Oct 11, 2022
1 parent 9086ff5 commit 4587e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v3.6.pdf>`_
``authenticate`` and ``sign``. See BankID Relying Party Guidelines
for more information about this.

The status of an order can then be studied by polling
Expand Down Expand Up @@ -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 <https://www.bankid.com/assets/bankid/rp/bankid-relying-party-guidelines-v3.6.pdf>`_
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"*.

Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4587e43

Please sign in to comment.