File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 88
99import logging
1010
11- try :
12- from haas ._version import version as __version__
13- except ImportError : # pragma: no cover
14- __version__ = 'notset'
11+ __version__ = '0.10.0.dev1'
1512
1613
1714class NullHandler (logging .Handler ): # pragma: no cover
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ packages = [
4747 " haas.plugins.tests" ,
4848]
4949
50+ [tool .setuptools .dynamic ]
51+ version = {attr = " haas.__version__" }
52+
5053[project .scripts ]
5154haas = " haas.main:main"
5255
@@ -67,8 +70,5 @@ verbose = "haas.plugins.result_handler:VerboseTestResultHandler"
6770timing = " haas.plugins.result_handler:TimingResultHandler"
6871
6972[build-system ]
70- requires = [" setuptools" , " setuptools-scm >= 8.0 " ]
73+ requires = [" setuptools" ]
7174build-backend = " setuptools.build_meta"
72-
73- [tool .setuptools_scm ]
74- version_file = " haas/_version.py"
You can’t perform that action at this time.
0 commit comments