Skip to content

Commit 7d03fe4

Browse files
hugovksybrenstuvel
authored andcommitted
Show README.md on PyPI
1 parent 83e273b commit 7d03fe4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@
1616

1717
from setuptools import setup
1818

19+
with open('README.md') as f:
20+
long_description = f.read()
21+
1922
if __name__ == '__main__':
2023
setup(name='rsa',
2124
version='4.0-alpha',
2225
description='Pure-Python RSA implementation',
26+
long_description=long_description,
27+
long_description_content_type='text/markdown',
2328
author='Sybren A. Stuvel',
2429
author_email='sybren@stuvel.eu',
2530
maintainer='Sybren A. Stuvel',

0 commit comments

Comments
 (0)