Skip to content

Commit

Permalink
Merge pull request #837 from pganssle/fix_33
Browse files Browse the repository at this point in the history
Update pyproject.toml for version 3.3
  • Loading branch information
pganssle committed Nov 12, 2018
2 parents 578473d + ca1cd61 commit 04fe4be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools_scm"]
requires = [
"setuptools; python_version != '3.3'",
"setuptools<40.0; python_version == '3.3'",
"wheel",
"setuptools_scm"
]

[tool.towncrier]
package = "dateutil"
Expand Down

0 comments on commit 04fe4be

Please sign in to comment.