File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,9 +45,11 @@ classifiers = [
4545griffecli = " griffecli:main"
4646
4747[tool .hatch .metadata .hooks .uv-dynamic-versioning ]
48+ # Dependencies are dynamically versioned; {version} is substituted at build time.
4849dependencies = [" griffelib=={version}" , " colorama>=0.4" ]
4950
5051[tool .hatch .metadata .hooks .uv-dynamic-versioning .optional-dependencies ]
52+ # No optional dependencies for the CLI package
5153
5254[tool .hatch .build .targets .sdist ]
5355
Original file line number Diff line number Diff line change 1- # Internal module for griffecli.
1+ # Internal modules for the griffecli package .
Original file line number Diff line number Diff line change @@ -42,8 +42,11 @@ classifiers = [
4242]
4343
4444[tool .hatch .metadata .hooks .uv-dynamic-versioning ]
45+ # No base dependencies needed for griffelib
4546
4647[tool .hatch .metadata .hooks .uv-dynamic-versioning .optional-dependencies ]
48+ # The 'pypi' extra provides dependencies needed for the load_pypi functionality
49+ # to download and inspect packages from PyPI.
4750pypi = [" pip>=24.0" , " platformdirs>=4.2" , " wheel>=0.42" ]
4851
4952[tool .hatch .build .targets .sdist ]
You can’t perform that action at this time.
0 commit comments