--- setup.cfg.orig 2021-11-18 17:41:37 UTC +++ setup.cfg @@ -5,15 +5,15 @@ license = MIT license_files = LICENSE.rst author = Oehrly author_email = oehrly@mailbox.org -home-page = https://github.com/theOehrly/Timple +home_page = https://github.com/theOehrly/Timple description = Extended functionality for plotting timedelta-like values with Matplotlib -long-description = file: README.md +long_description = file: README.md long_description_content_type = text/markdown [options] zip_safe = False packages = timple -python_requires = >= 3.* +python_requires = >= 3.0 install_requires = numpy matplotlib