mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2025-04-19 16:10:00 -05:00
build: Added proper license tag
This commit is contained in:
parent
e4694801a5
commit
5479faed46
1 changed files with 1 additions and 1 deletions
|
@ -2,10 +2,10 @@
|
||||||
name = "ReVancedBuilder"
|
name = "ReVancedBuilder"
|
||||||
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
||||||
description = "A tool to automatically build latest releases of ReVanced apps"
|
description = "A tool to automatically build latest releases of ReVanced apps"
|
||||||
|
license = "GPL-3.0-only"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.6"
|
requires-python = ">=3.6"
|
||||||
keywords = ["revanced", "patch"]
|
keywords = ["revanced", "patch"]
|
||||||
license = { file = "LICENSE" }
|
|
||||||
classifiers = ["Programming Language :: Python :: 3"]
|
classifiers = ["Programming Language :: Python :: 3"]
|
||||||
dependencies = ["cloudscraper", "requests", "packaging", "bs4"]
|
dependencies = ["cloudscraper", "requests", "packaging", "bs4"]
|
||||||
version = "1.4"
|
version = "1.4"
|
||||||
|
|
Loading…
Reference in a new issue