diff options
author | John Hein <jcfyecrayz@liamekaens.com> | 2025-05-04 09:23:47 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2025-05-04 09:33:57 +0000 |
commit | 151a5279de959431beea9f8104c92804b4d958bb (patch) | |
tree | 49f9e69c3a68eaaf13674c313495daf538fe19a2 /textproc/py-sphinx-markdown-tables/files/patch-setup.py | |
parent | math/py-sympy: Update to 1.14.0 (diff) |
textproc/py-sphinx-markdown-tables: Install LICENSE file to correct path
PR: 281042
Reported by: John Hein <jcfyecrayz@liamekaens.com>
Diffstat (limited to 'textproc/py-sphinx-markdown-tables/files/patch-setup.py')
-rw-r--r-- | textproc/py-sphinx-markdown-tables/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py new file mode 100644 index 000000000000..ef1387c2193f --- /dev/null +++ b/textproc/py-sphinx-markdown-tables/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2025-05-04 09:13:44 UTC ++++ setup.py +@@ -29,7 +29,7 @@ setup( + keywords='sphinx markdown tables', + packages=['sphinx_markdown_tables'], + install_requires=['markdown>=3.4'], +- data_files=[('', ['LICENSE'])], ++# data_files=[('', ['LICENSE'])], + project_urls={ + 'Bug Reports': 'https://github.com/ryanfox/sphinx-markdown-tables/issues', + 'Say Thanks!': 'https://foxrow.com', |