Skip to content

Commit

Permalink
Remove zip_safe flag from setup.cfg
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
francoisfreitag committed May 2, 2023
1 parent 5110dc1 commit d6e5793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers =
Topic :: Internet :: WWW/HTTP

[options]
zip_safe = false
include_package_data = true
python_requires = >=3.7
install_requires =
Django >= 3.2
Expand Down

0 comments on commit d6e5793

Please sign in to comment.