fixed apostroph problems on os x
This commit is contained in:
parent
b22ab00922
commit
81675dec77
4 changed files with 105 additions and 83 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ import os, PyQt4
|
|||
from setuptools import setup
|
||||
from sys import platform as _platform
|
||||
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.1.1"
|
||||
APP = ["feedthemonkey"]
|
||||
|
||||
files = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue