summaryrefslogtreecommitdiff
path: root/python/arti_rpc/pyproject.toml
blob: ea986420c96edb364aa039c1eb112b62c719c8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "arti_rpc"
version = "0.0.0.dev0"
requires-python = ">= 3.9" # May work with earlier; haven't tested.
authors = [
   { name = "Nick Mathewson", email = "[email protected]" },
]
description = "Use the Arti Tor implementation via its RPC protocol."
readme = "README.md"
license = { text = "MIT OR Apache-2.0" }

classifiers = [
    "Development Status :: 2 - Pre-Alpha",

    "Intended Audience :: Developers",

    # Remove this once it is more mature.
    "Private :: Do Not Upload",
]