summaryrefslogtreecommitdiff
path: root/devel/py-hatch-regex-commit/files/patch-pyproject.toml
blob: 895535d837cdc286c994d531fa141ad38b761832 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["hatchling", "hatch-regex-commit"]
+requires = ["hatchling"]
 build-backend = "hatchling.build"
 
 [project]