feat(license): declare project license as GNU GPL v3+

This commit is contained in:
Lance Edgar 2024-06-10 21:31:16 -05:00
parent 92285dcbc1
commit db30a7cd4c
2 changed files with 676 additions and 0 deletions

View file

@ -10,12 +10,14 @@ version = "0.1.8"
description = "Generic-ish Data Utility App"
readme = "README.rst"
authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]
license = {text = "GNU GPL v3+"}
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Environment :: Web Environment",
"Framework :: Pyramid",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",