Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Nov 14, 2024
1 parent 5d0aabe commit 9dcd290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import versioneer

setup(
name='ltbams',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
packages=find_packages(where="."),
Expand Down

0 comments on commit 9dcd290

Please sign in to comment.