File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
sys .path .insert (0 , os .path .abspath ('../' ))
14
14
15
- from lxmlh import __version__
15
+ from lxmlh . version import __version__
16
16
17
17
18
18
project = 'lxmlh'
Original file line number Diff line number Diff line change 19
19
validate_file ,
20
20
validate_zip_file ,
21
21
)
22
-
23
- __version__ = "1.3.2"
22
+ from .version import __version__
24
23
25
24
__all__ = (
26
25
"__version__" ,
Original file line number Diff line number Diff line change
1
+ """Version information for lxmlh."""
2
+
3
+ __version__ = "1.3.2"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ include-package-data = true
65
65
packages = [" lxmlh" ]
66
66
67
67
[tool .setuptools .dynamic ]
68
- version = {attr = " lxmlh.__version__" }
68
+ version = {attr = " lxmlh.version. __version__" }
69
69
70
70
[tool .pytest .ini_options ]
71
71
addopts = " --cov lxmlh --cov-report term-missing --verbose"
You can’t perform that action at this time.
0 commit comments