summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-03-24 20:54:04 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-03-24 20:54:04 +0100
commit3abed981be50f84dad531b370d43e13fa093d4da (patch)
treee46708f8c383f7ceda1238cfd095db77a7ab8a46
parent43266069fff83e947e6b5fdb48a2dcfd7e77db20 (diff)
Fix excluding .gitignore from the package
-rw-r--r--MANIFEST.in2
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