mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-23 23:41:20 +01:00
Fix bug in Ubuntu build
This commit is contained in:
parent
0eeef73dc6
commit
6e1f1111a5
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
1
setup.py
1
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=[
|
||||
|
Loading…
Reference in New Issue
Block a user