Skip to content

Commit f084c3d

Browse files
committed
Add a minimal pyproject.toml following pep-0518
This allows docopt to be installed via pip if setuptools is not yet installed in the environment.
1 parent 20b9c4f commit f084c3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ['setuptools', 'wheel']
3+

0 commit comments

Comments
 (0)