summarylogtreecommitdiffstats
path: root/pyproject.toml.add-console-script.patch
blob: 0446c0009af1111bac220053b6454da713bcaa31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/pyproject.toml	2023-07-18 20:26:56.447128784 +0200
+++ b/pyproject.toml	2023-07-18 20:30:23.067421803 +0200
@@ -1,7 +1,9 @@
-
 [build-system]
 requires = ["setuptools>=44"]
 build-backend = "setuptools.build_meta"
 
 [tool.cibuildwheel]
 skip = "pp*"  # Disable building PyPy wheels on all platforms
+
+[options.entry_points]
+yappi = 'yappi:main'