From 9fe75094e0603213d67cd8e0c9b79348946b39b6 Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Tue, 9 Feb 2021 14:46:11 +0100 Subject: [PATCH] fix license in setup.py --- setup.py | 2 +- tests/__init.py__ | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/__init.py__ diff --git a/setup.py b/setup.py index 022ecef..86538c1 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( tests_require=['pytest==5.2.0'], setup_requires=['pytest-runner'], classifiers=[ - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: GNU Affero General Public License v3 ", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", diff --git a/tests/__init.py__ b/tests/__init.py__ new file mode 100644 index 0000000..e69de29