Skip to content

Commit bb98dca

Browse files
Copilotjohnslavik
andcommitted
Address code review feedback on comments and documentation
Co-authored-by: johnslavik <64036239+johnslavik@users.noreply.github.com>
1 parent 6b829c8 commit bb98dca

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/griffecli/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ classifiers = [
4545
griffecli = "griffecli:main"
4646

4747
[tool.hatch.metadata.hooks.uv-dynamic-versioning]
48+
# Dependencies are dynamically versioned; {version} is substituted at build time.
4849
dependencies = ["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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Internal module for griffecli.
1+
# Internal modules for the griffecli package.

packages/griffelib/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
4750
pypi = ["pip>=24.0", "platformdirs>=4.2", "wheel>=0.42"]
4851

4952
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)