mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
install in share instead of local/share
This commit is contained in:
parent
a24d69a178
commit
c797699ff7
3 changed files with 6 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -21,8 +21,11 @@ setup(name = "trimage",
|
|||
requires = ["PyQt4 (>=4.4)"],
|
||||
classifiers = [
|
||||
'Programming Language :: Python :: 2',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: X11 Applications :: Qt',
|
||||
'Intended Audience :: End Users/Desktop'
|
||||
'Intended Audience :: Developers',
|
||||
'Operating System :: POSIX',
|
||||
'Operating System :: POSIX :: linux',
|
||||
],
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue