Skip to content

Commit c032138

Browse files
committed
MAINT: Add pyproject.toml to give setuptools hint
1 parent 19ec7f3 commit c032138

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include AUTHOR COPYING Makefile* MANIFEST.in setup* README.*
1+
include AUTHOR COPYING Makefile* MANIFEST.in setup* README.* pyproject.toml
22
include Changelog TODO requirements.txt
33
recursive-include doc *
44
recursive-include bin *

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
# Setuptools version should match setup.py; wheel because pip will insert it noisily
3+
requires = ["setuptools >= 30.3.0", "wheel"]

0 commit comments

Comments
 (0)