mirror of
https://github.com/logos-messaging/logos-messaging-python-bindings.git
synced 2026-01-02 14:03:12 +00:00
16 lines
311 B
TOML
16 lines
311 B
TOML
|
|
[project]
|
||
|
|
name = "waku"
|
||
|
|
version = "0.0.1"
|
||
|
|
authors = [
|
||
|
|
{ name="Waku Dev Team", email="ivansete@status.im" },
|
||
|
|
]
|
||
|
|
description = "A small example package"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.10"
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["setuptools", "wheel", "cffi>=1.0.0", "Cython"]
|
||
|
|
|
||
|
|
[tool.setuptools]
|
||
|
|
py-modules = []
|