ports/sysutils/py-halite/files/patch-setup.py
Wen Heping 1b863f2854 - Update to 0.1.17
PR:		232617
Submitted by:	christer.edwards@gmail.com(maintainer)
2018-10-27 04:52:58 +00:00

11 lines
449 B
Python

--- setup.py.orig 2018-10-27 04:42:31 UTC
+++ setup.py
@@ -45,7 +45,7 @@ setup(
'screenshots', 'screenshots.*']),
package_data={
'': ['*.txt', '*.md', '*.rst', '*.json', '*.conf', '*.html',
- '*.css', '*.ico', '*.png', '../LICENSE'],
+ '*.css', '*.ico', '*.png'],
'halite': pkg_files},
install_requires = [''],
extras_require = {}, )