aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-timple/files/patch-setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/py-timple/files/patch-setup.cfg b/math/py-timple/files/patch-setup.cfg
new file mode 100644
index 000000000000..1881b5a1fd7c
--- /dev/null
+++ b/math/py-timple/files/patch-setup.cfg
@@ -0,0 +1,21 @@
+--- 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