diff --git a/setup.cfg b/setup.cfg index ba5c9f7..e547e0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,4 +5,4 @@ addopts = --cov-report term-missing --cov birdvoxclassify universal = 1 [metadata] -description-file = README.md \ No newline at end of file +description-file = README.md diff --git a/setup.py b/setup.py index 2b05a6e..e234a04 100644 --- a/setup.py +++ b/setup.py @@ -79,11 +79,10 @@ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia :: Sound/Audio :: Analysis', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], keywords='tfrecord', project_urls={