[project] name = "stem" description = "Stem is a Python controller library that allows applications to interact with Tor (https://www.torproject.org/)." keywords = ["stem", "python3", "tor"] requires-python = ">=3.6" classifiers = [ "License :: OSI Approved", "Operating System :: POSIX :: BSD :: FreeBSD", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", ] dynamic = ["version", "readme", ] # cannot be dynamic ['license'] # [project.scripts] [project.license] file = "LICENSE" [project.urls] repository = "https://github.com/torproject/stem/" [build-system] requires = ["setuptools >= 61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.dynamic] version = {attr = "stem.__version__"} readme = {file = ["README.md"]}