You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0...

17 lines
503 B

diff --git a/setup.py b/setup.py
index 297e9cf..9702911 100644
--- a/setup.py
+++ b/setup.py
@@ -10,11 +10,6 @@ setup(
license='LICENSE.txt',
description='EditorConfig File Locator and Interpreter for Python',
long_description=open('README.rst').read(),
- entry_points = {
- 'console_scripts': [
- 'editorconfig = editorconfig.main:main',
- ]
- },
classifiers=[
'Operating System :: OS Independent',
'Programming Language :: Python',