openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #14863
[Merge] lp:~trb143/openlp/bug-964363 into lp:openlp
Tim Bentley has proposed merging lp:~trb143/openlp/bug-964363 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #964363 in OpenLP: "Fedora reported old scripts ,in Setup.py"
https://bugs.launchpad.net/openlp/+bug/964363
For more details, see:
https://code.launchpad.net/~trb143/openlp/bug-964363/+merge/99200
Remove old reference in setup.py
--
https://code.launchpad.net/~trb143/openlp/bug-964363/+merge/99200
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/bug-964363 into lp:openlp.
=== modified file 'setup.py'
--- setup.py 2011-12-27 10:33:55 +0000
+++ setup.py 2012-03-25 06:31:17 +0000
@@ -104,7 +104,7 @@
url='http://openlp.org/',
license='GNU General Public License',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
- scripts=['openlp.pyw', 'scripts/openlp-remoteclient.py'],
+ scripts=['openlp.pyw'],
include_package_data=True,
zip_safe=False,
install_requires=[
Follow ups