Skip to content

Commit

Permalink
remove versioneer and use setuptools_scm for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 7, 2024
1 parent 27609d7 commit de1913e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2,408 deletions.
4 changes: 0 additions & 4 deletions bluepymm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
"""

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

import bluepymm.legacy # NOQA

from .main import run # NOQA
Loading

0 comments on commit de1913e

Please sign in to comment.