Skip to content

Commit 739a0b4

Browse files
committed
License changed
1 parent 3f08fa7 commit 739a0b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Versions should comply with PEP440. For a discussion on single-sourcing
1717
# the version across setup.py and the project code, see
1818
# https://packaging.python.org/en/latest/single_source_version.html
19-
version='0.1.0',
19+
version='0.1.1',
2020

2121
description="FireO ORM is specifically designed for the Google's Firestore",
2222
long_description=long_description,
@@ -30,7 +30,7 @@
3030
author_email="[email protected]",
3131

3232
# Choose your license
33-
license='GPLv3',
33+
license='Apache License 2.0',
3434

3535
# See https://pypi.org/classifiers/
3636
classifiers=[
@@ -45,7 +45,7 @@
4545
"Operating System :: OS Independent",
4646

4747
# Pick your license as you wish (should match "license" above)
48-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
48+
"License :: OSI Approved :: Apache License 2.0",
4949

5050
# Specify the Python versions you support here. In particular, ensure
5151
# that you indicate whether you support Python 2, Python 3 or both.

0 commit comments

Comments
 (0)