summaryrefslogtreecommitdiff
blob: 7d6fd31c3cc82422691339589b06b435a99e7fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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',