diff --git a/setup.py b/setup.py index d028a44..f4b08d8 100644 --- a/setup.py +++ b/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",