|
|
@ -5,7 +5,7 @@ with open("requirements.txt") as file: |
|
|
|
|
|
|
|
|
setup( |
|
|
setup( |
|
|
name="openwrt_backup", |
|
|
name="openwrt_backup", |
|
|
version="1.2", |
|
|
|
|
|
|
|
|
version="1.2.1", |
|
|
description="Backup files from openwrt and copy to computer", |
|
|
description="Backup files from openwrt and copy to computer", |
|
|
install_requires=INSTALL_REQUIRES, |
|
|
install_requires=INSTALL_REQUIRES, |
|
|
author="Raphael Roberts", |
|
|
author="Raphael Roberts", |
|
|
|