freebsd-ports/textproc/py-sphinx-markdown-tables/files/patch-setup.py
Po-Chuan Hsieh 2f2caa7fd1
textproc/py-sphinx-markdown-tables: Remove CRLF
Approved by:	portmgr (blanket)
2023-04-06 01:31:59 +08:00

11 lines
430 B
Python

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