Initial commit
Signed-off-by: hidden service <hiddenservice@airmail.cc>
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "magnet2torrent"
|
||||
version = "0.1.0"
|
||||
description = "Convert a magnet link into a torrent."
|
||||
authors = ["hidden service <hiddenservice@airmail.cc>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
libtorrent = "^2.0.7"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.3.0"
|
||||
mypy = "^1.2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user