-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 1014 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "axonos-sdk"
version = "0.1.0"
description = "Python SDK for AxonOS: RFC-0006 intent wire format and capability model, byte-compatible with the Rust reference."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "Apache-2.0 OR MIT" }
authors = [{ name = "Denis Yermakou", email = "connect@axonos.org" }]
keywords = ["bci", "brain-computer-interface", "axonos", "rfc-0006", "real-time"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
]
dependencies = []
[project.urls]
Homepage = "https://axonos.org"
Repository = "https://github.com/AxonOS-org/axonos-sdk-python"
"Rust SDK" = "https://github.com/AxonOS-org/axonos-sdk"
[tool.setuptools]
packages = ["axonos"]