From 5479faed463f77134e1687805c3c707017736616 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 20 Mar 2025 03:48:30 -0500 Subject: [PATCH] build: Added proper license tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c9df37..a5206ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,10 @@ name = "ReVancedBuilder" authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }] description = "A tool to automatically build latest releases of ReVanced apps" +license = "GPL-3.0-only" readme = "README.md" requires-python = ">=3.6" keywords = ["revanced", "patch"] -license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"] dependencies = ["cloudscraper", "requests", "packaging", "bs4"] version = "1.4"