File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 13
13
import types
14
14
import warnings
15
15
16
+ __version__ = "0.4rc0.dev0"
16
17
__all__ = ["attach" , "load" , "attach_stub" ]
17
18
18
19
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " lazy_loader"
7
- version = " 0.4rc0.dev0"
8
7
requires-python = " >=3.7"
9
8
authors = [{name = " Scientific Python Developers" }]
10
9
readme = " README.md"
11
10
license = {file = " LICENSE.md" }
11
+ dynamic = [' version' ]
12
12
classifiers = [
13
13
" Development Status :: 4 - Beta" ,
14
14
" License :: OSI Approved :: BSD License" ,
@@ -35,6 +35,9 @@ dev = ["changelist == 0.4"]
35
35
Home = " https://scientific-python.org/specs/spec-0001/"
36
36
Source = " https://github.com/scientific-python/lazy_loader"
37
37
38
+ [tool .setuptools .dynamic .version ]
39
+ attr = ' lazy_loader.__version__'
40
+
38
41
[tool .ruff ]
39
42
line-length = 88
40
43
target-version = " py37"
You can’t perform that action at this time.
0 commit comments