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 1313import types
1414import warnings
1515
16+ __version__ = "0.4rc0.dev0"
1617__all__ = ["attach" , "load" , "attach_stub" ]
1718
1819
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " lazy_loader"
7- version = " 0.4rc0.dev0"
87requires-python = " >=3.7"
98authors = [{name = " Scientific Python Developers" }]
109readme = " README.md"
1110license = {file = " LICENSE.md" }
11+ dynamic = [' version' ]
1212classifiers = [
1313 " Development Status :: 4 - Beta" ,
1414 " License :: OSI Approved :: BSD License" ,
@@ -35,6 +35,9 @@ dev = ["changelist == 0.4"]
3535Home = " https://scientific-python.org/specs/spec-0001/"
3636Source = " https://github.com/scientific-python/lazy_loader"
3737
38+ [tool .setuptools .dynamic .version ]
39+ attr = ' lazy_loader.__version__'
40+
3841[tool .ruff ]
3942line-length = 88
4043target-version = " py37"
You can’t perform that action at this time.
0 commit comments