Skip to content

Commit f0107b4

Browse files
authored
Merge pull request #287 from tekktrik/main
Add patch for adding setuptools-scm to pyproject.toml
2 parents e9da691 + 7f9438f commit f0107b4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From a445ef4116a4f863fe532cdc3295f73876db400f Mon Sep 17 00:00:00 2001
2+
From: Alec Delaney <[email protected]>
3+
Date: Tue, 9 Aug 2022 12:03:54 -0400
4+
Subject: [PATCH] Add setuptools-scm to build system requirements
5+
6+
---
7+
pyproject.toml | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/pyproject.toml b/pyproject.toml
11+
index 822021e..0c8d672 100644
12+
--- a/pyproject.toml
13+
+++ b/pyproject.toml
14+
@@ -6,6 +6,7 @@
15+
requires = [
16+
"setuptools",
17+
"wheel",
18+
+ "setuptools-scm",
19+
]
20+
21+
[project]
22+
--
23+
2.35.1.windows.2
24+

0 commit comments

Comments
 (0)