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 ee24baf commit 4aef0d6Copy full SHA for 4aef0d6
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-with open("README.md", "r") as fh:
+with open('README.md', 'r') as fh:
4
long_description = fh.read()
5
6
REQUIREMENTS = [
0 commit comments