From c550c3d77b55341e141ffb3208524a9dcefaf58f Mon Sep 17 00:00:00 2001 From: jfavellar90 Date: Tue, 25 Feb 2025 10:53:50 -0500 Subject: [PATCH] chore: addressing PR comments --- MANIFEST.in | 2 -- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 07e95d4..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,2 +0,0 @@ -recursive-include tutorxqueue/patches * -recursive-include tutorxqueue/templates * \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3f3f8f2..25c7b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ maintainers = [ { name = "eduNEXT" }, { email = "contact@edunext.co" }, ] -license = {file = "LICENSE.txt"} +license = {text = "AGPL-3.0-only"} readme = {file = "README.rst", content-type = "text/x-rst"} requires-python = ">=3.9" classifiers = [