8000 Fix building from source on macOS (#2593) · pygments/pygments@639bfcf · GitHub
[go: up one dir, main page]

Skip to content

Commit 639bfcf

Browse files
branchvincentAnteru
authored andcommitted
Fix building from source on macOS (#2593)
Add a workaround for pypa/hatch#1054 (cherry picked from commit c178ba3)
1 parent f5eb039 commit 639bfcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,9 @@ Changelog = "https://github.com/pygments/pygments/blob/master/CHANGES"
5454
[project.scripts]
5555
pygmentize = "pygments.cmdline:main"
5656

57+
# Temporary workaround for https://github.com/pypa/hatch/issues/1054
58+
[tool.hatch.build]
59+
packages = ["pygments"]
60+
5761
[tool.hatch.version]
5862
path = "pygments/__init__.py"

0 commit comments

Comments
 (0)
0