summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch')
-rw-r--r--dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch b/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch
new file mode 100644
index 000000000000..7d6fd31c3cc8
--- /dev/null
+++ b/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch
@@ -0,0 +1,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',