This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
from 11a20e68a Merge pull request #2032 from MikeAT/patch-1 add bf92dcf57 Add new CI job which build the release artifact (tarball, wheel) and verifies it works (unpacks the tarball, runs tests). add 3573fafe3 Merge branch 'trunk' into build_release_artifact_ci_job add c817325f5 Fix typo, remove obsolete config option for wheels. add f971caad7 Remove setup.py. add 8e210ab43 Merge branch 'trunk' of github.com:apache/libcloud into build_release_artifact_ci_job add 4f8e7b2fd Update changelog. add e2d85f183 Don't install project in editable mode to avoid issues. add 494c011a7 Merge branch 'trunk' of github.com:apache/libcloud into build_release_artifact_ci_job add 4ede98f01 Correctly include package data files. add bc7154131 Add MANIFEST.in back since pyproject.toml + setuptools is still lacking exclude functionality. add 7cf97c813 Update filename now that we have removed obsolete universal wheel property. add 8546be92f Add changelog entry. add 8f3d0b4d9 Merge pull request #2024 from apache/build_release_artifact_ci_job No new revisions were added by this update. Summary of changes: .github/workflows/main.yml | 77 ++++++++++++++++++++++++++++++++++++++++++++++ .gitignore | 1 + CHANGES.rst | 16 ++++++++++ MANIFEST.in | 18 +++++++++++ dist/deploy.sh | 2 +- dist/verify_checksums.sh | 8 ++--- docs/testing.rst | 2 +- pyproject.toml | 20 +++++++++--- setup.py | 21 ------------- 9 files changed, 133 insertions(+), 32 deletions(-) delete mode 100644 setup.py