File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535* .egg-info /
3636.installed.cfg
3737* .egg
38- * _version.py
3938
4039# PyInstaller
4140# Usually these files are written by a python script from a template
@@ -88,9 +87,6 @@ target/
8887# OS
8988.DS_Store
9089
91- # written by setuptools_scm
92- * /_version.py
93-
9490# PyBuilder
9591.idea
9692venv /
Original file line number Diff line number Diff line change 1+ __version__ = '0.6.dev1'
Original file line number Diff line number Diff line change 22name = " ngff-spec"
33dynamic = [" version" ]
44description = " Next-generation file format specification"
5- license = {file = " LICENSE" }
65requires-python = " >=3.10"
76
87dependencies = [
@@ -19,11 +18,12 @@ testing = [
1918 " pytest" , # https://docs.pytest.org/en/latest/contents.html
2019]
2120
22- [tool .setuptools_scm ]
23- write_to = " ngff_spec/_version.py"
24- fallback_version = " 0.0.1+nogit"
25- local_scheme = " no-local-version"
21+ [tool .hatch .version ]
22+ path = " ngff_spec/_version.py"
23+
24+ [tool .hatch .build .targets .wheel ]
25+ packages = [" ngff_spec" ]
2626
2727[build-system ]
28- requires = [" setuptools >= 77.0.3 " , " setuptools-scm " ]
29- build-backend = " setuptools.build_meta "
28+ requires = [" hatchling>=1.8.0,<1.21.1 " ]
29+ build-backend = " hatchling.build "
You can’t perform that action at this time.
0 commit comments