|
|
@ -10,6 +10,7 @@ setup( |
|
|
install_requires=INSTALL_REQUIRES, |
|
|
install_requires=INSTALL_REQUIRES, |
|
|
author="Raphael Roberts", |
|
|
author="Raphael Roberts", |
|
|
author_email="raphael.roberts48@gmail.com", |
|
|
author_email="raphael.roberts48@gmail.com", |
|
|
|
|
|
entry_points={"console_scripts": ["openwrt-backup = openwrt_backup:main"]}, |
|
|
packages=["openwrt_backup"], |
|
|
packages=["openwrt_backup"], |
|
|
package_data={"openwrt_backup": ["config.toml"]}, |
|
|
package_data={"openwrt_backup": ["config.toml"]}, |
|
|
) |
|
|
) |