Remove the need to use the hurry.filesize package

This commit is contained in:
Hugo Posnic 2019-02-20 17:10:03 +01:00
parent 460161b6ee
commit 1e602b2a77
7 changed files with 13 additions and 245 deletions

View file

@ -17,8 +17,7 @@ setup(name = "trimage",
license = "MIT license",
package_dir = {'trimage' : 'src/trimage'},
packages = ["trimage",
"trimage.filesize",
"trimage.ThreadPool",],
"trimage.ThreadPool"],
package_data = {"trimage" : ["pixmaps/*.*"] },
data_files=[('share/icons/hicolor/scalable/apps', ['desktop/trimage.svg']),
('share/applications', ['desktop/trimage.desktop']),