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 cd9353d commit 1d7420aCopy full SHA for 1d7420a
setup.py
@@ -3,9 +3,6 @@
3
from setuptools import find_packages
4
from setuptools import setup
5
6
-with open(os.path.join(os.path.dirname(__file__), "README.md")) as readme:
7
- README = readme.read()
8
-
9
# allow setup.py to be run from any path
10
os.chdir(os.path.normpath(os.path.join(__file__, os.pardir)))
11
0 commit comments