mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
449 B
Python
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 = {}, )
|