Skip to content

Commit 46286be

Browse files
committed
Clean up hatch-vcs debris in pyproject.toml
1 parent 935174d commit 46286be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
2+
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -81,6 +81,5 @@ exclude = '''
8181
| build
8282
| dist
8383
)/
84-
| src/github3/_version.py
8584
)
8685
'''

0 commit comments

Comments
 (0)