opnsense-ports/math/py-timple/files/patch-setup.cfg
Franco Fichtner d9dcc10009 */*: sync with upstream
Taken from: FreeBSD
2023-08-01 10:51:20 +02:00

21 lines
620 B
INI

--- 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