From 75a1f656ced289772029902bc46528889541ccd9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 30 Dec 2020 13:27:15 +0700 Subject: [PATCH] MANIFEST.in: Add docs and tests Fixes https://github.com/ambitioninc/django-regex-field/issues/47 --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 04f196a..f88d895 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,7 @@ include README.md +include regex_field/docs/release_notes.rst include LICENSE +include manage.py run_tests.py settings.py +include tox.ini +recursive-include requirements *.txt +recursive-include regex_field/tests/fixtures *.json