diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 09:11:35 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 09:11:35 +0200 |
commit | 8c1be8ab3da80f20db9cbb8dad4e19f5290ccf4a (patch) | |
tree | 5f1bad89acc8ace5d2a67299f99f306cd689d9fa | |
parent | c8f3b86c4fa75b36d01d32e5c5cfe4c21a618d69 (diff) |
Exclude built docs and .gitignore from the distributionv0.6.0
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 0a0f052..aa4221c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ +recursive-exclude * .gitignore recursive-include docs * +recursive-exclude docs/build * include CHANGELOG.rst |