Skip to content

Commit

Permalink
fix: suppress linter warning for undefined __version__ variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Sep 26, 2024
1 parent bea174b commit 560c03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name=pkg_name.replace("_", "-"),
version=__version__,
version=__version__, # noqa: F821
description="Keypoint-MoSeq DataJoint Element",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 560c03a

Please sign in to comment.