diff options
Diffstat (limited to 'python/arti_rpc/pyproject.toml')
| -rw-r--r-- | python/arti_rpc/pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/python/arti_rpc/pyproject.toml b/python/arti_rpc/pyproject.toml new file mode 100644 index 000000000..ea986420c --- /dev/null +++ b/python/arti_rpc/pyproject.toml @@ -0,0 +1,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", +] |
