pip initial changes

This commit is contained in:
2025-01-14 23:41:16 +00:00
parent 03cdcffd78
commit b1b1422f3b
13 changed files with 618 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
[project]
name = "p2prc-homeserver"
version = "0.1.0"
description = ""
authors = [
{name = "Akilan",email = "me@akilan.io"}
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dacite",
"schedule",
"requests"
]
include = [
{path = "lib/*.so", format = "wheel"}
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.test.dependencies]
pytest = "^8.3.4"
[pytest]
pythonpath = "./p2prc_homeserver"