Skip to content

Commit 9c7d016

Browse files
committed
feat: migrate to pyproject.toml for configuration and remove setup.py and setup.cfg
1 parent 3f2079b commit 9c7d016

5 files changed

Lines changed: 91 additions & 766 deletions

File tree

pydsm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__all__=[]
88

99
from . import _version
10-
__version__ = _version.get_versions()['version']
10+
__version__ = _version.__version__

0 commit comments

Comments
 (0)