Skip to content

Commit

Permalink
Merge pull request #746 from anthrotype/build-requirements
Browse files Browse the repository at this point in the history
pyproject.toml: add PEP 518 'build-system'
  • Loading branch information
pganssle committed Jun 8, 2018
2 parents 5e6f011 + 16a69ca commit b7cadfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ switch, and thus all their contributions are dual-licensed.
- Christopher Corley <cscorley@MASKED>
- Claudio Canepa <ccanepacc@MASKED>
- Corey Girard <corey.r.girard@gmail.com> (gh: @coreygirard)
- Cosimo Lupo <cosimo@anthrotype.com> (gh: @anthrotype)
- Daniel Lepage <dplepage@MASKED>
- David Lehrian <david@MASKED>
- Dominik Kozaczko <dominik@MASKED>
Expand Down
1 change: 1 addition & 0 deletions changelog.d/746.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add build requirements to pyproject.toml. (gh issue #736, gh pr #746)
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools_scm"]

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

0 comments on commit b7cadfd

Please sign in to comment.