blob: ef1387c2193f80e9b086187e47259acdaecb3589 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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',
|