feat: project init

This commit is contained in:
Alexandre Teles
2023-04-29 18:14:26 -03:00
parent c10985467a
commit 856fc66717
4 changed files with 144 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "revanced-api"
version = "0.1.0"
description = ""
authors = ["Alexandre Teles <alexandre.teles@ufba.br>"]
license = "AGPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[tool.poetry.dev-dependencies]
mypy = ">=1.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"