2023-08-10 17:57:30 -05:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "ReVancedBuilder"
|
|
|
|
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
|
|
|
description = "A tool to automatically build latest releases of ReVanced apps"
|
|
|
|
readme = "README.md"
|
2023-08-10 22:27:32 -05:00
|
|
|
requires-python = ">=3.6"
|
2023-08-10 17:57:30 -05:00
|
|
|
keywords = ["revanced", "patch"]
|
|
|
|
license = { file = "LICENSE" }
|
|
|
|
classifiers = ["Programming Language :: Python :: 3"]
|
2024-04-01 16:59:28 -05:00
|
|
|
dependencies = ["cloudscraper", "requests", "packaging", "bs4"]
|
2024-04-01 16:52:54 -05:00
|
|
|
version = "1.2"
|
2023-08-10 17:57:30 -05:00
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"
|