summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-14 20:32:06 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-14 20:32:06 +0200
commitb70a5361202307c26bac18d15453b5193a22f11c (patch)
treec49271442b968d62596e4d68f7c6a793b0b82134 /MANIFEST.in
parentdf3d444e8af6a9be6c7f546982483894767fab22 (diff)
Clean out directory in preparation for introducing upstream git
Upstream has introduced a git repository since the last Debian version. This has an incompatible history with our upstream branch, so nuke everything in favor of the new upstream git.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index e95932d..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,10 +0,0 @@
-include *.in
-include *.rst
-include *.txt
-include *.py
-include LICENSE
-include tox.ini
-recursive-include cdsapi *.py
-recursive-include tests *.in
-recursive-include tests *.py
-recursive-include tests *.txt