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

Commit d366cbf

Browse files
committed
fix: pypi description
1 parent 77fb9c5 commit d366cbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def run_tests(self):
4747
name="oidcop",
4848
version=version,
4949
description="Python implementation of OIDC Provider",
50+
long_description=read('README.md'),
51+
long_description_content_type='text/markdown',
5052
author="Roland Hedberg",
5153
author_email="roland@catalogix.se",
5254
license="Apache 2.0",

0 commit comments

Comments
 (0)