|
|
@ -10,5 +10,6 @@ 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", |
|
|
packages=find_packages(), |
|
|
|
|
|
|
|
|
packages=["openwrt_backup"], |
|
|
|
|
|
package_data={"openwrt_backup": ["config.toml"]}, |
|
|
) |
|
|
) |