This website works better with JavaScript.
Home
Help
Register
Sign In
htgoebel
/
pEpPythonAdapter
forked from
pEp.foundation/pEpPythonAdapter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
from
https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html
: All python package must provide a pyproject.toml and specify the backend (build system) it wants to use
PYADPT-100
heck
2 years ago
parent
9851fe28b6
commit
a88419824f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pyproject.toml
+ 3
- 0
pyproject.toml
View File
@ -0,0 +1,3 @@
[
build
-
system
]
requires
=
[
"setuptools >=39.2.0"
,
"setuptools_scm >= 4.1.2"
,
"wheel >= 0.35.1"
]
build
-
backend
=
"setuptools.build_meta"
Write
Preview
Loading…
Cancel
Save