This website requires JavaScript.
Explore
Help
Register
Sign In
openharmony
/
third_party_pyyaml
Watch
1
Star
0
Fork
0
You've already forked third_party_pyyaml
mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced
2024-11-23 07:20:31 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2ecaf6cedb
third_party_pyyaml
/
pyproject.toml
4 lines
100 B
TOML
Raw
Normal View
History
Unescape
Escape
Build modernization (GHA, wheels, setuptools) (#407) * Move most CI to GitHub Actions * Build sdist * Build manylinux1 wheels with libyaml ext (also tested with 2010 and 2014) * Build MacOS x86_64 wheels with libyaml ext * Windows wheel builds remain on AppVeyor until we drop 2.7 support in 6.0 * Smoke tests of all post-build artifacts * Add PEP517/518 build declaration (pyproject.toml with setuptools backend) * Fully move build to setuptools * Drop Python 3.5 support * Declare Python 3.9 support * Update PyPI metadata now that setuptools lets it flow through Co-authored-by: Matt Davis <mrd@redhat.com>
2020-12-12 02:12:08 +00:00
[
build-system
]
requires
=
[
"setuptools"
,
"wheel"
,
"Cython"
]
Add a newline character to end of pyproject.toml Is this TOML file actually needed? I'd prefer to remove it since it does so little, and stands out so prominiently.
2020-12-23 16:05:57 +00:00
build-backend
=
"setuptools.build_meta"
Reference in New Issue
Copy Permalink