diff options
author | Jesús <heckyel@hyperbola.info> | 2020-02-03 20:21:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-02-03 20:21:26 -0500 |
commit | a8bfbe37c474155cedbf16a861675c2e3579f7cc (patch) | |
tree | fb9f6badf738ded6276e121256b16f04458d7756 | |
parent | 1683d270ed9c82ba21a9b185fdcfa75194d988cf (diff) | |
download | hypervideo-gui-a8bfbe37c474155cedbf16a861675c2e3579f7cc.tar.lz hypervideo-gui-a8bfbe37c474155cedbf16a861675c2e3579f7cc.tar.xz hypervideo-gui-a8bfbe37c474155cedbf16a861675c2e3579f7cc.zip |
fix 2 blank spaces
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ def application_data_files(): def data_files(): ''' Return desktop file and icons ''' return application_data_files() + icon_data_files() -# + setup( author="Jesús E.", |