Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python3] Move the metadata into PEP 621-compliant pyproject.toml. #4153

Merged
merged 5 commits into from
May 18, 2023

Conversation

KOLANICH
Copy link
Contributor

@KOLANICH KOLANICH commented Mar 2, 2023

No description provided.

@ericvergnaud
Copy link
Contributor

Hi,
thanks for this but I suspect it affects the releasee process ?

@KOLANICH
Copy link
Contributor Author

KOLANICH commented May 2, 2023

It affects. Instead of python3 setup.py <needed args> one should call python3 -m build <needed args>

@ericvergnaud
Copy link
Contributor

ericvergnaud commented May 2, 2023

Can you update the release docs accordingly ?
https://github.com/antlr/antlr4/blob/master/doc/releasing-antlr.md

@KOLANICH
Copy link
Contributor Author

KOLANICH commented May 2, 2023

In fact it turns out the fix in the docs is not needed, it is already prescribed to use python3 -m build there.

@ericvergnaud
Copy link
Contributor

@parrt blessed

@parrt
Copy link
Member

parrt commented May 17, 2023

Can you guys update the release doc so i know how to use non-setup.py?

@ericvergnaud
Copy link
Contributor

ericvergnaud commented May 18, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants