Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArcherST committed Jun 16, 2023
1 parent 1d2e848 commit be5071f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "aiolava"
description = "Asyncio python SDK for lava.ru"
version = "0.0.0"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE"}
authors = [
{name = "Shapovalov Mihail", email = "mihailsapovalov05@gmail.com"}
]
dependencies = [
"aiohttp",
"pydantic",
]

0 comments on commit be5071f

Please sign in to comment.