corrected classifiers

This commit is contained in:
iuvbio 2019-01-28 21:27:27 +01:00
parent 026596769f
commit 024c3e8b4b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setup(name="pandas_ods_reader",
'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 :: Data Processing :: IO', '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",