summaryrefslogtreecommitdiff
path: root/sysutils/py-halite/files/patch-setup.py
blob: 4dc1b494b93b8f9c50c4dea36adad4c1c1b930ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 = {}, )