setup: Drop include_package_data

This prevents adding package_data to the source distribution, which we
have to.

Reported by: Ralf Beier <rbeier57@gmail.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2021-10-22 19:58:59 +02:00
parent a81ee2c2b1
commit 257e5bdd5e

View File

@ -79,7 +79,6 @@ setup(
packages=find_packages(),
package_data={'kas': ['*.json']},
include_package_data=True,
entry_points={
'console_scripts': [