mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
10 lines
227 B
Python
10 lines
227 B
Python
--- setup.py.orig 2022-01-18 11:48:00 UTC
|
|
+++ setup.py
|
|
@@ -26,7 +26,6 @@ setup_kwargs = {
|
|
],
|
|
"zip_safe": False,
|
|
"scripts": ['amalgamate.py'],
|
|
- "data_files": [("", ['LICENSE', 'README.rst']),],
|
|
}
|
|
|
|
|