Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8eab5f4

Browse files
committed
install wheel
1 parent 27cb9cc commit 8eab5f4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip
39+
pip install -U wheel --user
3940
pip install setuptools-rust
4041
python setup.py install
4142
python setup.py test

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,16 @@ def run_tests(self):
5454
author="Roland Hedberg",
5555
author_email="roland@catalogix.se",
5656
license="Apache 2.0",
57-
url='https://github.com/IdentityPython/oicmsg/',
57+
url='https://github.com/IdentityPython/oicrp/',
5858
packages=["oidcrp", "oidcrp/provider", "oidcrp/oidc", "oidcrp/oauth2"],
5959
package_dir={"": "src"},
6060
classifiers=[
6161
"Development Status :: 4 - Beta",
6262
"License :: OSI Approved :: Apache Software License",
63-
"Programming Language :: Python :: 3.5",
6463
"Programming Language :: Python :: 3.6",
64+
"Programming Language :: Python :: 3.7",
65+
"Programming Language :: Python :: 3.8",
66+
"Programming Language :: Python :: 3.9",
6567
"Topic :: Software Development :: Libraries :: Python Modules"],
6668
install_requires=[
6769
'oidcservice>=1.1.0',

0 commit comments

Comments
 (0)