adjust formatting
This commit is contained in:
parent
7274646c8a
commit
21c7004172
10
setup.py
10
setup.py
|
|
@ -12,12 +12,12 @@ setup(name="pandas_ods_reader",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
"Development Status :: 3 - Alpha",
|
||||||
'License :: OSI Approved :: MIT License',
|
"License :: OSI Approved :: MIT License",
|
||||||
'Programming Language :: Python :: 3.7',
|
"Programming Language :: Python :: 3.7",
|
||||||
'Topic :: Utilities',
|
"Topic :: Utilities",
|
||||||
],
|
],
|
||||||
keywords='data io pandas ods',
|
keywords="data io pandas ods",
|
||||||
url="http://github.com/iuvbio/pandas_ods_reader",
|
url="http://github.com/iuvbio/pandas_ods_reader",
|
||||||
author="iuvbio",
|
author="iuvbio",
|
||||||
author_email="cryptodemigod@protonmail.com",
|
author_email="cryptodemigod@protonmail.com",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue