Skip to content

Commit 6b0e3d5

Browse files
committed
Fix license.
1 parent 1108700 commit 6b0e3d5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[bdist_wheel]
2+
# This flag says that the code is written to work on both Python 2 and Python
3+
# 3. If at all possible, it is good practice to do this. If you cannot, you
4+
# will need to generate wheels for each Python version that you support.
5+
universal=1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
name = 'elastic-site-search',
1919
version = about['VERSION'],
2020
description = 'Elastic Site Search API Client for Python',
21+
license = 'Apache 2.0',
2122
long_description=long_description,
2223
long_description_content_type='text/markdown',
2324
author = 'Elastic',

0 commit comments

Comments
 (0)