commit ec9f157a26af9962e80ae1f3e508c755d76ddc51 Author: Philipp Winter phw@nymity.ch Date: Wed Feb 12 12:32:14 2020 -0800
Fix typo in directive.
This fixes the following warning that showed up during installation:
warning: manifest_maker: MANIFEST.in, line 4: unknown action 'recursice-include' --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MANIFEST.in b/MANIFEST.in index bbe1e74..bb16c8c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include versioneer.py include bridgedb/_version.py include requirements.txt -recursice-include bridgedb/i18n *.po *.pot +recursive-include bridgedb/i18n *.po *.pot