We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31376bb commit 3cb53d9Copy full SHA for 3cb53d9
1 file changed
setup.py
@@ -1,10 +1,11 @@
1
"""A setuptools based setup module."""
2
from os import path
3
+
4
from setuptools import setup
5
6
here = path.abspath(path.dirname(__file__))
7
-with open('LONG_DESCRIPTION.md') as f:
8
+with open('README.md') as f:
9
long_description = f.read()
10
11
setup(
0 commit comments