Skip to content

Commit 4fc82b3

Browse files
authored
Merge pull request #150 from planetlabs/add-license-to-setup
Add LICENSE explicitly to setup.py so that pex can find it
2 parents 7864a78 + 17dafe7 commit 4fc82b3

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)