mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 20:58:37 -06:00
19 lines
578 B
TOML
19 lines
578 B
TOML
|
[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"
|
||
|
requires-python = ">=3.10"
|
||
|
keywords = ["revanced", "patch"]
|
||
|
license = { file = "LICENSE" }
|
||
|
classifiers = ["Programming Language :: Python :: 3"]
|
||
|
dependencies = ["requests", "packaging", "bs4"]
|
||
|
version = "1.0"
|
||
|
|
||
|
[project.scripts]
|
||
|
ReVancedBuilder = "ReVancedBuilder:ReVancedBuilder"
|