mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-25 17:48:41 -05:00
Fix two little errors
This commit is contained in:
parent
b2713d5485
commit
030684fe60
2 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
|||
include COPYING MANIFEST MANIFEST.in README trimage
|
||||
include COPYING MANIFEST MANIFEST.in README.md trimage
|
||||
recursive-include desktop *.svg *.desktop
|
||||
recursive-include src/ *.py *.png
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
win=(sys.platform == "win32")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue