Skip to content

Commit

Permalink
Fix: apache license naming (#106)
Browse files Browse the repository at this point in the history
* Fix: apache license naming
  • Loading branch information
guysl10 authored Jul 20, 2023
1 parent c51ad03 commit 312de31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.18.3
______
- Fix Apache license naming.

1.18.2
______
- Add 'send_phishing_email' method to 'Alert' object.
Expand Down
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.18.2'
__version__ = '1.18.3'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def rel(*xs):
version=version,
packages=['intezer_sdk'],
url='https://github.com/intezer/analyze-python-sdk',
license='Apache License v2',
license='Apache 2.0',
author='Intezer Labs ltd.',
author_email='[email protected]',
description='Intezer Analyze SDK',
Expand All @@ -42,6 +42,7 @@ def rel(*xs):
],
python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*',
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 312de31

Please sign in to comment.