diff --git a/setup.cfg b/setup.cfg index 4c4c3ff..609ab87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambient-archiver -version = 0.1.4 +version = 0.1.5 description = Archive your data from ambientweather.net long_description = file: README.md long_description_content_type = text/markdown @@ -13,7 +13,6 @@ classifiers = Topic :: Utilities License :: OSI Approved :: MIT License Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 @@ -27,7 +26,7 @@ project_urls = [options] package_dir = =src packages = find: -python_requires = >=3.6 +python_requires = >=3.7 install_requires = requests click