|
|
@ -13,9 +13,8 @@ setup( |
|
|
|
author_email='johann@j-schmitz.net', |
|
|
|
url='https://ercpe.de/projects/smart-check', |
|
|
|
download_url='https://code.not-your-server.de/smart-check.git/tags/', |
|
|
|
packages=find_packages('.'), |
|
|
|
include_package_data=True, |
|
|
|
package_data={'': ['*.yaml']}, |
|
|
|
packages=['smartcheck'], |
|
|
|
package_data={'smartcheck': ['*.yaml']}, |
|
|
|
zip_safe=False, |
|
|
|
license='GPL-3', |
|
|
|
entry_points={ |
|
|
|