Skip to content

Commit

Permalink
Merge pull request #4774 from Avasam/Remove-link-to-jaraco-path-232
Browse files Browse the repository at this point in the history
Remove link to jaraco/path#232
  • Loading branch information
jaraco authored Dec 30, 2024
2 parents 263c321 + 2512092 commit 6a96151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/tests/test_build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_build_ext_cmd(self, optional: bool, **opts) -> build_ext:
"eggs.c": "#include missingheader.h\n",
".build": {"lib": {}, "tmp": {}},
}
path.build(files) # jaraco/path#232
path.build(files)
extension = Extension('spam.eggs', ['eggs.c'], optional=optional)
dist = Distribution(dict(ext_modules=[extension]))
dist.script_name = 'setup.py'
Expand Down

0 comments on commit 6a96151

Please sign in to comment.