ports/www/py-planet/files/patch-setup.py
Po-Chuan Hsieh fe233c4e0d
www/py-planet: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change

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

10 lines
372 B
Python

--- setup.py.orig 2021-11-30 19:53:02 UTC
+++ setup.py
@@ -72,7 +72,6 @@ setup(name='planet',
url='https://github.com/planetlabs/planet-client-python',
license='Apache 2.0',
packages=find_packages(exclude=['examples', 'tests']),
- data_files=[('', ['LICENSE'])],
include_package_data=True,
zip_safe=False,
install_requires=[