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_content_type="text/markdown",
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Utilities',
|
||||
"Development Status :: 3 - Alpha",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Topic :: Utilities",
|
||||
],
|
||||
keywords='data io pandas ods',
|
||||
keywords="data io pandas ods",
|
||||
url="http://github.com/iuvbio/pandas_ods_reader",
|
||||
author="iuvbio",
|
||||
author_email="cryptodemigod@protonmail.com",
|
||||
|
|
|
|||
Loading…
Reference in New Issue