dev-python/editorconfig-core-py: New package, python implementation of EditorConfig

Package-Manager: portage-2.3.2
This commit is contained in:
Patrick McLean
2016-11-07 14:18:47 -08:00
parent 1d03f66287
commit bd447ffec1
4 changed files with 90 additions and 0 deletions

View File

@@ -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',