Change license to APL3, waive copyright
This commit is contained in:
12
setup.cfg
12
setup.cfg
@@ -1,16 +1,14 @@
|
||||
[metadata]
|
||||
name = chainqueue
|
||||
version = 0.2.1
|
||||
version = 0.2.2
|
||||
description = Generic blockchain transaction queue control
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
url = https://gitlab.com/chaintool/chainqueue
|
||||
url = https://git.defalslfy.org/chainqueue,git
|
||||
keywords =
|
||||
cic
|
||||
dlt
|
||||
cryptocurrency
|
||||
ethereum
|
||||
solidarity
|
||||
mutual_credit
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
@@ -20,9 +18,9 @@ classifiers =
|
||||
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
||||
Topic :: Internet
|
||||
# Topic :: Blockchain :: EVM
|
||||
license = GPL3
|
||||
license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
||||
licence_files =
|
||||
LICENSE.txt
|
||||
LICENSE
|
||||
|
||||
[options]
|
||||
python_requires = >= 3.7
|
||||
|
||||
Reference in New Issue
Block a user