Skip to content

Commit 95ed1f1

Browse files
committed
Merge branch 'license' into develop
* license: Add license arg to setup.py
2 parents 4f48a19 + ad8b26a commit 95ed1f1

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
@@ -17,6 +17,7 @@
1717
url='https://github.com/jmespath/jmespath.py',
1818
scripts=['bin/jp.py'],
1919
packages=find_packages(exclude=['tests']),
20+
license='MIT',
2021
classifiers=(
2122
'Development Status :: 5 - Production/Stable',
2223
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)