Skip to content

Commit

Permalink
docs: Fix python classifier for license
Browse files Browse the repository at this point in the history
Previously it was incorrectly set as Apache 2.
  • Loading branch information
bmtcril committed Feb 29, 2024
1 parent 956767c commit a50bc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def is_requirement(line):
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit a50bc9e

Please sign in to comment.