Files
Kirill A. Korinsky 02586f62ac py-{anytree,bottlenose}: resolve conflict
Both ports are installed `${python.prefix}/LICENSE`.

Closes: https://trac.macports.org/ticket/63803
2021-11-05 10:09:58 -04:00

13 lines
364 B
Diff

diff --git setup.py setup.py
index 5b20c24..d7a7658 100755
--- setup.py
+++ setup.py
@@ -62,7 +62,6 @@ setup(
author_email=metadata['__email__'],
url='https://github.com/lionheart/bottlenose',
packages=["bottlenose"],
- data_files=[("", ["LICENSE", "README.md"])],
license=metadata['__license__'],
install_requires=install_requires,
)