Prepare for Ubuntu build

This commit is contained in:
Gobinath 2018-01-12 17:58:11 -05:00
parent f5b29d4139
commit ee078e5f3b
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
safeeyes (2.0.2-1) xenial; urgency=low
safeeyes (2.0.2-3) artful; urgency=high
* Fix multi-display issue

View File

@ -70,13 +70,13 @@ __data_files = list(_data_files('share'))
setuptools.setup(
name="safeeyes",
version="2.0.2",
version="2.0.2.1",
description="Protect your eyes from eye strain using this continuous breaks reminder.",
long_description=long_description,
author="Gobinath Loganathan",
author_email="slgobinath@gmail.com",
url="https://github.com/slgobinath/SafeEyes",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.0.2.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v2.0.2.1.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': __package_data()},
data_files=__data_files,