[project] name = "stem_examples" description = "examples of using stem" authors = [{ name = "emdee", email = "emdee@spm.plastiras.org" } ] requires-python = ">=3.6" keywords = ["stem", "python3", "tor"] 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] check_digests = "stem_examples.check_digests:iMain" compare_flags = "stem_examples.compare_flags:iMain" exit_used = "stem_examples.exit_used:iMain" introduction_points = "stem_examples.introduction_points:iMain" list_circuits = "stem_examples.list_circuits:iMain" mappaddress = "stem_examples.mappaddress:iMain" outdated_relays = "stem_examples.outdated_relays:iMain" relay_connections = "stem_examples.relay_connections:iMain" tor_bootstrap_check = "stem_examples.tor_bootstrap_check:iMain" torcontactinfo = "stem_examples.torcontactinfo:iMain" #[project.license] #file = "LICENSE.md" [project.urls] repository = "https://git.plastiras.org/emdee/stem_examples" [build-system] requires = ["setuptools >= 61.0"] build-backend = "setuptools.build_meta" [tool.setuptools.dynamic] version = {attr = "stem_examples.__version__"} readme = {file = ["README.md", "stem_examples.txt"]}