From e539d7d8758b302970c3a1ca175968fc21b17bd0 Mon Sep 17 00:00:00 2001
From: Duchateau Fabien <fabien.duchateau@univ-lyon1.fr>
Date: Mon, 21 Jan 2019 23:10:57 +0100
Subject: [PATCH] minor - updated config files

---
 setup.cfg | 4 ++--
 setup.py  | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 2fa0452..9f096d1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
 
 [metadata]
 name = mongiris
-version = 0.18
+version = 0.19
 description = This package is an interface for querying INSEE IRIS stored as documents in MongoDB. Requires loading the IRIS files into MongoDB prior to using this package.
 author = Fabien Duchateau
 author_email = fabien.duchateau@univ-lyon1.fr
@@ -25,7 +25,7 @@ exclude =
 
 [options.package_data]
 * = *.txt, *.md
-mongiris = data/*
+#mongiris = data/*
 
 [bdist_wheel]
 universal = 1
diff --git a/setup.py b/setup.py
index 2bb6293..3f7aa16 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,9 @@
+# python3 -m setup bdist_wheel sdist
+# python3 -m pip install -e ../mongiris/
+
+# python3 -m pip install git+https://fduchate@gitlab.liris.cnrs.fr/fduchate/mongiris.git#egg=mongiris
+# collecte et installe le projet mongiris -> à mettre dans vizliris du coup !
+
 #!/usr/bin/env python
 # mongiris setup.py (uses setup.cfg)
 import os
-- 
GitLab