From: Alexander Popov Date: Sun, 18 Jun 2023 21:35:10 +0000 (+0300) Subject: setup: Drop obsolete zip_safe flag X-Git-Tag: v0.6.6~135 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=c198cbc6f17c7b796bbe2c4bb38de26065741444;hp=9503bb6ed5150171095d65aa7eb0ff787322638c;p=kconfig-hardened-check.git setup: Drop obsolete zip_safe flag More info in the documentation: https://setuptools.pypa.io/en/latest/deprecated/zip_safe.html And fix style by the way. --- diff --git a/setup.cfg b/setup.cfg index 1a356bc..8f3186c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ description = A tool for checking the security hardening options of the Linux ke long_description = file: README.md license = GNU General Public License v3 (GPLv3) license_file = LICENSE.txt -classifiers = +classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: GNU General Public License v3 (GPLv3) Topic :: Security @@ -16,12 +16,11 @@ classifiers = Programming Language :: Python :: 3 [options] -zip_safe = true include_package_data = true packages = kconfig_hardened_check setup_requires = setuptools [options.entry_points] -console_scripts = +console_scripts = kconfig-hardened-check = kconfig_hardened_check:main