mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2025-01-14 02:15:56 +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="Gobinath Loganathan",
|
||||||
author_email="slgobinath@gmail.com",
|
author_email="slgobinath@gmail.com",
|
||||||
url="https://github.com/slgobinath/SafeEyes",
|
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(),
|
packages=setuptools.find_packages(),
|
||||||
package_data={'safeeyes': ['config/*.json',
|
package_data={'safeeyes': ['config/*.json',
|
||||||
'config/style/*.css',
|
'config/style/*.css',
|
||||||
|
Loading…
Reference in New Issue
Block a user