--- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ scripts=['src/kibot-check'], entry_points={'console_scripts': ['kibot=kibot.__main__:main', 'kiplot=kibot.__main__:main']}, install_requires=__pypi_deps__, - include_package_data=True, + include_package_data=False, classifiers=['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers',