mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Remove the need to use the hurry.filesize package
This commit is contained in:
parent
460161b6ee
commit
1e602b2a77
7 changed files with 13 additions and 245 deletions
3
setup.py
3
setup.py
|
|
@ -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']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue