clean code

This commit is contained in:
chfw 2016-06-08 23:05:01 +01:00
parent c6674f51be
commit 3608316394
2 changed files with 20 additions and 20 deletions

View File

@ -1,17 +1,17 @@
{% extends 'setup.py.jj2' %}
{%block additional_keywords %}
'xls',
'xlsx',
'xlsm'
'xls',
'xlsx',
'xlsm'
{%endblock%}
{%block additional_classifiers%}
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy'
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy'
{%endblock%}

View File

@ -20,9 +20,9 @@ KEYWORDS = [
'excel',
'python',
'pyexcel',
'xls',
'xlsx',
'xlsm'
'xls',
'xlsx',
'xlsm'
]
INSTALL_REQUIRES = [
@ -46,13 +46,13 @@ CLASSIFIERS = [
'Programming Language :: Python',
'License :: OSI Approved :: BSD License',
'Intended Audience :: Developers',
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy'
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy'
]