Files

22 lines
538 B
Python
Raw Permalink Normal View History

2025-06-20 22:16:12 +01:00
--- setup.py.orig 2025-06-19 16:01:57 UTC
2024-01-14 09:27:40 +00:00
+++ setup.py
2025-06-20 22:16:12 +01:00
@@ -113,18 +113,6 @@ def get_data_files():
2024-02-29 11:02:05 +00:00
"man/duplicity.1",
2024-01-14 09:27:40 +00:00
],
),
- (
- f"share/doc/duplicity-{Version}",
- [
- "CHANGELOG.md",
2024-02-29 11:02:05 +00:00
- "AUTHORS.md",
2024-01-14 09:27:40 +00:00
- "COPYING",
- "README.md",
- "README-LOG.md",
- "README-REPO.md",
- "README-TESTING.md",
- ],
- ),
]
# short circuit fot READTHEDOCS