setup: Fix the warning "Package would be ignored"
[kconfig-hardened-check.git] / setup.cfg
index 8f3186cb5be0102b7ab5524b3bfbe5aac8881786..168169f3e7c31577885e5e6e840dd7f8ef64f171 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,9 +16,12 @@ classifiers =
        Programming Language :: Python :: 3
 
 [options]
-include_package_data = true
-packages = kconfig_hardened_check
 setup_requires = setuptools
+packages = find_namespace:
+include_package_data = true
+
+[options.packages.find]
+where = kconfig_hardened_check
 
 [options.entry_points]
 console_scripts =