Skip to content

Commit

Permalink
Merge pull request #9 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
fix: suppress linter warning for undefined __version__ variable
  • Loading branch information
ttngu207 authored Sep 26, 2024
2 parents bea174b + 560c03a commit 76e7f75
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 76e7f75

Please sign in to comment.