We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465f35e commit f61b1c1Copy full SHA for f61b1c1
setup.py
@@ -51,7 +51,7 @@ def run(self):
51
if __name__ == "__main__":
52
here = os.path.abspath(os.path.dirname(__file__))
53
with open(os.path.join(here, 'README.md')) as f:
54
- README. = f.read()
+ README = f.read()
55
56
with open(os.path.join(here, 'requirements.txt'), 'r') as f:
57
requirements = list(f.readlines())
0 commit comments