Skip to content

Commit

Permalink
set version from importlib
Browse files Browse the repository at this point in the history
* python-poetry/poetry#273 (comment)
* set version using importlib rather than expecting hard-coded pinellolab#64
  • Loading branch information
cameronraysmith committed Apr 1, 2023
1 parent d3f722e commit 9114190
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyrovelocity/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
"""pyrovelocity."""

from importlib import metadata


__version__ = metadata.version(__package__)

del metadata

0 comments on commit 9114190

Please sign in to comment.