From 8c41c254035ba7ea891afd55855c1775c60861a9 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 12 Dec 2022 22:33:56 +0100 Subject: [PATCH] Fix source archives and distcheck builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … after commit c9283c89 removed the symlinks under doc. This is not perfect, as the files are not included as symlinks, but duplicated, but meh, a fix for another day. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 4960670..4c29306 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,8 @@ include Makefile include doc/conf.py include doc/index.rst include doc/module.rst +include doc/news.md +include doc/readme.md include setup.cfg include tests/test_xattr.py include tests/__init__.py -- 2.39.2