diff --git a/setup.py b/setup.py index 6796670e..af0c67b5 100755 --- a/setup.py +++ b/setup.py @@ -141,8 +141,6 @@ def run(self): 'pytest11': [ 'pytest_cov = pytest_cov.plugin', ], - 'console_scripts': [ - ] }, cmdclass={ 'build': BuildWithPTH,