initial: decentralized link-sharing forum for TinyWeb
This commit is contained in:
commit
a8aabb3427
7 changed files with 1088 additions and 0 deletions
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.backends._legacy:_Backend"
|
||||
|
||||
[project]
|
||||
name = "tinyweb-forum"
|
||||
version = "0.1.0"
|
||||
description = "Decentralized link-sharing forum for TinyWeb"
|
||||
license = {text = "MIT"}
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"rns",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = []
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["tinyweb_forum*"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue