Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d03fe4

Browse files
hugovksybrenstuvel
authored andcommitted
Show README.md on PyPI
1 parent83e273b commit7d03fe4

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
fromsetuptoolsimportsetup
1818

19+
withopen('README.md')asf:
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)

[8]ページ先頭

©2009-2025 Movatter.jp