Skip to content

Commit 17dafe7

Browse files
committed
Add LICENSE explicitly to setup.py so that pex can find it
1 parent 621f773 commit 17dafe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
url='https://github.com/planetlabs/planet-client-python',
7171
license='Apache 2.0',
7272
packages=find_packages(exclude=['examples', 'tests']),
73+
data_files=[('', ['LICENSE'])],
7374
include_package_data=True,
7475
zip_safe=False,
7576
install_requires=[

0 commit comments

Comments
 (0)