File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ,
30303131
3232 # Choose your license
33- license = 'GPLv3 ' ,
33+ license = 'Apache License 2.0 ' ,
3434
3535 # See https://pypi.org/classifiers/
3636 classifiers = [
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.
You can’t perform that action at this time.
0 commit comments