Skip to content

Commit 3d6bbeb

Browse files
committed
installation: switch to pyproject.toml
1 parent 2041a38 commit 3d6bbeb

7 files changed

Lines changed: 90 additions & 3053 deletions

File tree

devito/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
from devito.mpatches import * # noqa
4848

4949

50-
from ._version import get_versions # noqa
51-
__version__ = get_versions()['version']
52-
del get_versions
50+
from ._version import version as __version__ # noqa
5351

5452

5553
def reinit_compiler(val):

0 commit comments

Comments
 (0)