X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup.cfg;h=1cc8b64974cccc105d1ef73d6a002f11e167a24c;hb=be0bde214733f361cecb0c13d313eb019b2d4086;hp=8f3186cb5be0102b7ab5524b3bfbe5aac8881786;hpb=c198cbc6f17c7b796bbe2c4bb38de26065741444;p=kconfig-hardened-check.git diff --git a/setup.cfg b/setup.cfg index 8f3186c..1cc8b64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ home_page = https://github.com/a13xp0p0v/kconfig-hardened-check description = A tool for checking the security hardening options of the Linux kernel long_description = file: README.md license = GNU General Public License v3 (GPLv3) -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: GNU General Public License v3 (GPLv3) @@ -16,9 +16,14 @@ classifiers = Programming Language :: Python :: 3 [options] -include_package_data = true -packages = kconfig_hardened_check setup_requires = setuptools +packages = + kconfig_hardened_check + kconfig_hardened_check.config_files + kconfig_hardened_check.config_files.defconfigs + kconfig_hardened_check.config_files.distros + kconfig_hardened_check.config_files.kspp-recommendations +include_package_data = true [options.entry_points] console_scripts =