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 dc85370 commit 5649b61Copy full SHA for 5649b61
setup.py
@@ -17,7 +17,7 @@
17
18
setup(
19
name=pkg_name.replace("_", "-"),
20
- version=__version__,
+ version=__version__, # noqa F821
21
description="DataJoint Element for Extracellular Array Electrophysiology",
22
long_description=long_description,
23
long_description_content_type="text/markdown",
0 commit comments