1
0
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:
Gobinath 2017-07-31 15:12:04 -04:00
parent 8ea2c85c9a
commit a8e198d7f8

View File

@ -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',