Skip to content

Commit 151bbe3

Browse files
mgornyionelmc
authored andcommitted
Do not install empty console_scripts entry point
The empty 'console_scripts' entry point serves no purpose, and it is rather unlikely for it to contain any script in the near future. Its presence confuses Gentoo missing dependency checks.
1 parent 9887c9f commit 151bbe3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ def run(self):
141141
'pytest11': [
142142
'pytest_cov = pytest_cov.plugin',
143143
],
144-
'console_scripts': [
145-
]
146144
},
147145
cmdclass={
148146
'build': BuildWithPTH,

0 commit comments

Comments
 (0)