diff options
| author | Derek Schrock <dereks@lifeofadishwasher.com> | 2022-01-07 20:00:59 -0500 |
|---|---|---|
| committer | Derek Schrock <dereks@lifeofadishwasher.com> | 2022-01-07 20:00:59 -0500 |
| commit | d9457d860ae7293ca218ab25e9501b0f796caa57 (patch) | |
| tree | a1752608ff7df91e7ac5ee89db5d6e4ab333362c | |
| parent | 989634055b0c5ab622ac7774b546928a564a31ef (diff) | |
| download | gitlab-d9457d860ae7293ca218ab25e9501b0f796caa57.tar.gz | |
chore(dist): add docs *.md files to sdist
build_sphinx to fail due to setup.cfg warning-is-error
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 8c11b80..5ce43ec 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include COPYING AUTHORS CHANGELOG.md requirements*.txt include tox.ini recursive-include tests * -recursive-include docs *j2 *.py *.rst api/*.rst Makefile make.bat +recursive-include docs *j2 *.md *.py *.rst api/*.rst Makefile make.bat |
