Skip to content

Commit c0f3e2a

Browse files
authored
Merge pull request #66 from raddessi/master.setup-requires-six2
Move setup dependencies to pyproject.yaml
2 parents a836246 + 7e81f65 commit c0f3e2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-system]
2+
requires = [
3+
"setuptools",
4+
"setuptools_scm",
5+
"six",
6+
]
7+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)