Skip to content

Commit 0ae66af

Browse files
committed
Add long description
1 parent 27a9175 commit 0ae66af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,14 @@ def run_tests(self):
2525
sys.exit(errno)
2626

2727

28+
with open('README.rst', 'r') as f:
29+
readme = f.read()
30+
2831
setup(name='py-ldnlib',
2932
version='0.1.1',
3033
description='Python-based linked data notification libraries',
3134
long_description=readme,
35+
long_description_content_type="text/x-rst",
3236
author='Aaron Coburn',
3337
author_email='acoburn@amherst.edu',
3438
maintainer='Aaron Coburn',

0 commit comments

Comments
 (0)