From 054f6461e5253d29fa734badfb1bfaaa1e651194 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 4 Oct 2022 15:23:04 +0200 Subject: [PATCH] add banned_words to manifest --- MANIFEST.in | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7c46e78..6633f02 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include LICENSE include README.md -include requirements* \ No newline at end of file +include requirements* +include autocomplete_multi_models/banned_words \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 4153645..8090a51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = autocomplete-multi-models -version = 0.4 +version = 0.4.1 description = An app that index fields across multiple models, and expose an api to query for word similar to the query. long_description = file: README.md author = Bryan Brancotte -- GitLab