Skip to content

Commit

Permalink
Do not install empty console_scripts entry point
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgorny authored and ionelmc committed Jan 10, 2021
1 parent 9887c9f commit 151bbe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -141,8 +141,6 @@ def run(self):
'pytest11': [
'pytest_cov = pytest_cov.plugin',
],
'console_scripts': [
]
},
cmdclass={
'build': BuildWithPTH,
Expand Down

0 comments on commit 151bbe3

Please sign in to comment.