From 6e1f1111a5f57817516d6a218fbf4787dae0e2c8 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Tue, 26 Jun 2018 14:59:21 -0400 Subject: [PATCH] Fix bug in Ubuntu build --- debian/changelog | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 63bc874..a304e37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -safeeyes (2.0.6-2) xenial; urgency=high +safeeyes (2.0.6-3) xenial; urgency=high * Audible alert break before and DND while on battery * Fix no long breaks diff --git a/setup.py b/setup.py index 9fdf4a3..9c02704 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,6 @@ setuptools.setup( package_data={'safeeyes': __package_data()}, data_files=__data_files, install_requires=requires, - setup_requires=['setuptools>=38.6.0'], entry_points={'console_scripts': ['safeeyes = safeeyes.__main__:main']}, keywords='linux utility health eye-strain safe-eyes', classifiers=[