From 2ac2b8036f3dd7269e5ed2bc44d8ceb01e198071 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 10 Mar 2019 21:19:14 +0700 Subject: [PATCH] MANIFEST.in: Add LICENSE, docs, examples and tests Fixes https://github.com/Robpol86/colorclass/issues/25 --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..70efea3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include LICENSE README.rst tox.ini +include example* +recursive-include tests *.py *.bmp