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 2b381f7 commit 5e6b9bfCopy full SHA for 5e6b9bf
setup.py
@@ -1,6 +1,8 @@
1
from setuptools import setup, find_packages
2
3
+
4
def description():
5
+ """Return description in Restructure Text format."""
6
7
with open('description.rst') as f:
8
return f.read()
0 commit comments