summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorteauxfu <alexmw777@gmail.com>2021-06-21 11:17:09 -0500
committerGitHub <noreply@github.com>2021-06-21 18:17:09 +0200
commit301b47c25c7f32af29c38c9df45366bd0a2323d9 (patch)
treea880b7ab27b276ef301fca9a43b569026be6e1d6 /MANIFEST.in
parent1d2891ca50a2c40221050eb29260d0d32ebfb85a (diff)
downloadpint-301b47c25c7f32af29c38c9df45366bd0a2323d9.tar.gz
change from `.readthedocs.yml` to `.readthedocs.yaml` (#1332)
* rename .readthedocs.yml to .readthedocs.yaml * update manifest and changelog
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8729ce8..96c6d49 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt .coveragerc .readthedocs.yml
+include AUTHORS CHANGES LICENSE README.rst BADGES.rst version.txt .coveragerc .readthedocs.yaml
recursive-include pint *
recursive-include docs *
recursive-include bench *