We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a9175 commit 0ae66afCopy full SHA for 0ae66af
setup.py
@@ -25,10 +25,14 @@ def run_tests(self):
25
sys.exit(errno)
26
27
28
+with open('README.rst', 'r') as f:
29
+ readme = f.read()
30
+
31
setup(name='py-ldnlib',
32
version='0.1.1',
33
description='Python-based linked data notification libraries',
34
long_description=readme,
35
+ long_description_content_type="text/x-rst",
36
author='Aaron Coburn',
37
author_email='acoburn@amherst.edu',
38
maintainer='Aaron Coburn',
0 commit comments