Skip to content

Commit 312de31

Browse files
authored
Fix: apache license naming (#106)
* Fix: apache license naming
1 parent c51ad03 commit 312de31

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.18.3
2+
______
3+
- Fix Apache license naming.
4+
15
1.18.2
26
______
37
- Add 'send_phishing_email' method to 'Alert' object.

intezer_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.18.2'
1+
__version__ = '1.18.3'

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def rel(*xs):
2828
version=version,
2929
packages=['intezer_sdk'],
3030
url='https://github.com/intezer/analyze-python-sdk',
31-
license='Apache License v2',
31+
license='Apache 2.0',
3232
author='Intezer Labs ltd.',
3333
author_email='[email protected]',
3434
description='Intezer Analyze SDK',
@@ -42,6 +42,7 @@ def rel(*xs):
4242
],
4343
python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*',
4444
classifiers=[
45+
'License :: OSI Approved :: Apache Software License',
4546
'Programming Language :: Python :: 3.6',
4647
'Programming Language :: Python :: 3.7',
4748
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)