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

Remove zip_safe flag from setup.cfg #553

Merged
merged 1 commit into from
May 12, 2023

Conversation

francoisfreitag
Copy link
Collaborator

https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html#understanding-the-zip-safe-flag

It is very unlikely that the values of zip_safe will affect modern
deployments that use pip for installing packages. Moreover, new users
of setuptools should not attempt to create egg files using the
deprecated build_egg command. Therefore, this flag is considered
obsolete.

https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html#understanding-the-zip-safe-flag

> It is very unlikely that the values of zip_safe will affect modern
  deployments that use pip for installing packages. Moreover, new users
  of setuptools should not attempt to create egg files using the
  deprecated build_egg command. Therefore, this flag is considered
  obsolete.
@francoisfreitag francoisfreitag merged commit 58cd6a9 into stefanfoulis:main May 12, 2023
20 checks passed
@francoisfreitag francoisfreitag deleted the zip-safe branch May 12, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant