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 ec86a53 commit e8b1e34Copy full SHA for e8b1e34
setup.py
@@ -15,7 +15,7 @@
15
with open("version", "r") as fh:
16
version = fh.read()
17
18
-with open(path.join(getcwd(), 'src', PACKAGE_DIR_NAME, '__init__.py'), "w") as fh:
+with open(path.join(getcwd(), 'src', PACKAGE_DIR_NAME, '__init__.py'), "w") as fh: # noqa: E501
19
fh.write(f"__version__ = '{version}'\n")
20
21
setup(
0 commit comments