diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-24 20:54:04 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-03-24 20:54:04 +0100 | 
| commit | 3abed981be50f84dad531b370d43e13fa093d4da (patch) | |
| tree | e46708f8c383f7ceda1238cfd095db77a7ab8a46 | |
| parent | 43266069fff83e947e6b5fdb48a2dcfd7e77db20 (diff) | |
Fix excluding .gitignore from the package
| -rw-r--r-- | MANIFEST.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c190555..1854647 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -recursive-exclude * .gitignore +exclude .gitignore  recursive-include docs *  recursive-exclude docs/build *  include CHANGELOG.rst  | 
