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, 0 insertions, 16 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
deleted file mode 100644
index 7d6fd31c3cc8..000000000000
--- a/dev-python/editorconfig-core-py/files/editorconfig-core-py-0.12.0-no-cli.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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',