summarylogtreecommitdiffstats
path: root/python-ninja-entrypoints.patch
blob: 0e15f6eb275ea8b52ce3f5827f8a047cc1487909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --unified --recursive --text a/setup.py b/setup.py
--- a/setup.py	2023-10-09 18:30:49.000000000 +0200
+++ b/setup.py	2024-05-20 10:04:35.261548613 +0200
@@ -39,12 +39,6 @@
     packages=['ninja'],
     package_data={"ninja": ["py.typed"]},
 
-    entry_points={
-        'console_scripts': [
-            'ninja=ninja:ninja'
-        ]
-    },
-
     url=r'http://ninja-build.org/',
     download_url=r'https://github.com/ninja-build/ninja/releases',
     project_urls={