|
| 1 | +[project] |
| 2 | +name = "pgtree" |
| 3 | +authors = [ |
| 4 | + { name = "Franck Jouvanceau" }, |
| 5 | +] |
| 6 | +maintainers = [ |
| 7 | + { name = "Franck Jouvanceau" }, |
| 8 | +] |
| 9 | +license = "MIT" |
| 10 | +description = "Unix process tree search" |
| 11 | +dependencies = [ |
| 12 | +] |
| 13 | +dynamic=["version"] |
| 14 | +readme = "README.md" |
| 15 | +license-files = ["LICENSE"] |
| 16 | +requires-python = ">= 3.6" |
| 17 | +keywords = ["shell", "pstree", "pgrep", "process", "tree"] |
| 18 | +classifiers = [ |
| 19 | + "Development Status :: 5 - Production/Stable", |
| 20 | + "Intended Audience :: System Administrators", |
| 21 | + "Operating System :: POSIX", |
| 22 | + "Operating System :: Unix", |
| 23 | + "Operating System :: MacOS", |
| 24 | + "Programming Language :: Python", |
| 25 | + "Programming Language :: Python :: 3", |
| 26 | + "Programming Language :: Python :: 3.6", |
| 27 | + "Programming Language :: Python :: 3.7", |
| 28 | + "Programming Language :: Python :: 3.8", |
| 29 | + "Programming Language :: Python :: 3.9", |
| 30 | + "Programming Language :: Python :: 3.10", |
| 31 | + "Programming Language :: Python :: 3.11", |
| 32 | + "Programming Language :: Python :: 3.12", |
| 33 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 34 | + "Topic :: System :: Clustering", |
| 35 | + "Topic :: System :: Networking", |
| 36 | + "Topic :: System :: Systems Administration", |
| 37 | +] |
| 38 | + |
| 39 | +[project.urls] |
| 40 | +Homepage = "https://github.com/joknarf/pgtree" |
| 41 | +Documentation = "https://github.com/joknarf/pgtree/blob/main/README.md" |
| 42 | +Repository = "https://github.com/joknarf/pgtree.git" |
| 43 | + |
| 44 | +[build-system] |
| 45 | +requires = ["setuptools >= 64.0", "setuptools_scm[toml]>=6.2"] |
| 46 | +build-backend = "setuptools.build_meta" |
| 47 | + |
| 48 | +[tool.setuptools_scm] |
| 49 | +version_file = "pgtree/version.py" |
| 50 | + |
| 51 | +[tool.setuptools] |
| 52 | +script-files = ["pgtree/pgtree"] |
0 commit comments