| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "webkitsysprof" | |
| version = "1.0.0" | |
| description = "WebKit-specific sysprof capture processing toolkit" | |
| requires-python = ">=3.9" | |
| dependencies = ["matplotlib"] | |
| [project.scripts] | |
| webkit-sysprof = "webkitsysprof.__main__:main" | |
| [tool.setuptools.packages.find] | |
| include = ["webkitsysprof*"] |