We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1108700 commit 6b0e3d5Copy full SHA for 6b0e3d5
setup.cfg
@@ -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
@@ -18,6 +18,7 @@
18
name = 'elastic-site-search',
19
version = about['VERSION'],
20
description = 'Elastic Site Search API Client for Python',
21
+ license = 'Apache 2.0',
22
long_description=long_description,
23
long_description_content_type='text/markdown',
24
author = 'Elastic',
0 commit comments