ports/misc/py-huepy/files/patch-setup.py
Po-Chuan Hsieh 102350e527
misc/py-huepy: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change

PR:		261163
Reported by:	se
2022-01-26 03:51:17 +08:00

10 lines
357 B
Python

--- setup.py.orig 2019-12-19 05:42:39 UTC
+++ setup.py
@@ -30,7 +30,6 @@ setup(
keywords='hue, color, terminal color, colorama',
packages=find_packages(),
py_modules=['huepy'],
- data_files=[('', ['LICENSE'])],
include_package_data=True,
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',