diff options
Diffstat (limited to 'textproc/py-sphinx-markdown-tables/files/patch-setup.py')
-rw-r--r-- | textproc/py-sphinx-markdown-tables/files/patch-setup.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/textproc/py-sphinx-markdown-tables/files/patch-setup.py b/textproc/py-sphinx-markdown-tables/files/patch-setup.py index b0c7e4f6dc9f..ff7813aed284 100644 --- a/textproc/py-sphinx-markdown-tables/files/patch-setup.py +++ b/textproc/py-sphinx-markdown-tables/files/patch-setup.py @@ -1,11 +1,11 @@ --- setup.py.orig 2022-01-13 02:59:07 UTC +++ setup.py -@@ -29,7 +29,7 @@ setup(
- keywords='sphinx markdown tables',
- packages=['sphinx_markdown_tables'],
- install_requires=['markdown>=3.0.1'],
-- data_files=[('', ['LICENSE'])],
-+# data_files=[('', ['LICENSE'])],
- project_urls={
- 'Bug Reports': 'https://github.com/ryanfox/sphinx-markdown-tables/issues',
- 'Say Thanks!': 'https://foxrow.com',
+@@ -29,7 +29,7 @@ setup( + keywords='sphinx markdown tables', + packages=['sphinx_markdown_tables'], + install_requires=['markdown>=3.0.1'], +- data_files=[('', ['LICENSE'])], ++# data_files=[('', ['LICENSE'])], + project_urls={ + 'Bug Reports': 'https://github.com/ryanfox/sphinx-markdown-tables/issues', + 'Say Thanks!': 'https://foxrow.com', |