This commit is contained in:
Hedy Li 2021-07-15 10:34:52 +08:00
parent 3dcce91379
commit b4874b5780
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,21 @@
[tool.poetry]
name = "spartan"
name = "spartan-py"
version = "0.1.0"
description = "Library for spartan protocol"
authors = ["Hedy Li <hedy@tilde.cafe>"]
packages = [
{include = "spartan"}
]
license = "MIT"
readme = "README.md"
homepage = "https://sr.ht/~hedy/spartan-py"
repository = "https://sr.ht/~hedy/spartan-py"
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
include = [
"LICENSE",
]
[tool.poetry.dependencies]
python = "^3.7"