[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "microperf" version = "0.1.6" authors = [ { name="Nicolas van Kempen", email="nvankemp@gmail.com" }, ] dependencies = ["presto-python-client==0.8.4"] description = "A small tool using perf to provide more performance insights." readme = "README.md" requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", ] [project.urls] "Homepage" = "https://github.com/nicovank/microperf" "Bug Tracker" = "https://github.com/nicovank/microperf/issues"