mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-25 23:52:42 +01:00
Fix error in setup.py
This commit is contained in:
parent
8ea2c85c9a
commit
a8e198d7f8
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ setuptools.setup(
|
||||
author="Gobinath Loganathan",
|
||||
author_email="slgobinath@gmail.com",
|
||||
url="https://github.com/slgobinath/SafeEyes",
|
||||
download_url="https://github.com/slgobinath/SafeEyes/archive/v{}.tar.gz".format(version),
|
||||
download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.2.tar.gz",
|
||||
packages=setuptools.find_packages(),
|
||||
package_data={'safeeyes': ['config/*.json',
|
||||
'config/style/*.css',
|
||||
|
Loading…
Reference in New Issue
Block a user