forked from openlp/openlp
Fixed carriage returns
This commit is contained in:
parent
7a317f82f4
commit
5f2960a9ed
13
setup.py
13
setup.py
@ -1,4 +1,13 @@
|
|||||||
from setuptools import setup
APP = ['openlp.pyw']
OPTIONS = {'argv_emulation': True, 'includes': ['sip', 'PyQt4']}
setup(
|
from setuptools import setup
|
||||||
|
|
||||||
|
APP = ['openlp.pyw']
|
||||||
|
OPTIONS = {'argv_emulation': True, 'includes': ['sip', 'PyQt4']}
|
||||||
|
|
||||||
|
setup(
|
||||||
name='openlp.org',
|
name='openlp.org',
|
||||||
version='1.9.0',
|
version='1.9.0',
|
||||||
url='http://www.openlp.org/',
app=APP,
options={'py2app': OPTIONS},
setup_requires=['py2app'],
)
|
url='http://www.openlp.org/',
|
||||||
|
app=APP,
|
||||||
|
options={'py2app': OPTIONS},
|
||||||
|
setup_requires=['py2app'],
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user