build: Added proper license tag

This commit is contained in:
Sayantan Santra 2025-03-20 03:48:30 -05:00
parent e4694801a5
commit 5479faed46
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -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"