Skip to content
Snippets Groups Projects
Commit e539d7d8 authored by Duchateau Fabien's avatar Duchateau Fabien
Browse files

minor - updated config files

parent 9ac43786
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
[metadata] [metadata]
name = mongiris 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. 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 = Fabien Duchateau
author_email = fabien.duchateau@univ-lyon1.fr author_email = fabien.duchateau@univ-lyon1.fr
...@@ -25,7 +25,7 @@ exclude = ...@@ -25,7 +25,7 @@ exclude =
[options.package_data] [options.package_data]
* = *.txt, *.md * = *.txt, *.md
mongiris = data/* #mongiris = data/*
[bdist_wheel] [bdist_wheel]
universal = 1 universal = 1
# 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 #!/usr/bin/env python
# mongiris setup.py (uses setup.cfg) # mongiris setup.py (uses setup.cfg)
import os import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment