Skip to content

Commit

Permalink
Ignore the setuptools hack
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 23, 2024
1 parent 34f155b commit 8d31013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/incremental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def _extract_tool_incremental(data): # type: (Dict[str, object]) -> Optional[Di


def _setuptools_version(): # type: () -> str
return __version__.public()
return __version__.public() # pragma: no cover


__all__ = ["__version__", "Version", "getVersionString"]

0 comments on commit 8d31013

Please sign in to comment.