We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56a117 commit b46cc91Copy full SHA for b46cc91
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
from os import path
4
this_directory = path.abspath(path.dirname(__file__))
5
-with open(path.join(this_directory, '../README.md'), 'r') as f:
+with open(path.join(this_directory, 'readme.md'), 'r') as f:
6
long_description = f.read()
7
8
setup(
0 commit comments