diff options
-rw-r--r-- | README.txt | 8 | ||||
l--------- | chimere/external_utils | 1 | ||||
-rw-r--r-- | chimere/external_utils/OsmApi.py (renamed from utils/OsmApi.py) | 0 | ||||
-rw-r--r-- | chimere/external_utils/__init__.py (renamed from utils/__init__.py) | 0 |
4 files changed, 8 insertions, 1 deletions
@@ -31,3 +31,11 @@ Features: Full documentation is available on `Read the docs <http://chimere.readthedocs.org/en/latest/>`_. + +External libs +============= + +To be fully functional, this package is provided with external libs: + - `OsmApi <http://wiki.openstreetmap.org/wiki/PythonOsmApi>`, GPL v3. + - `prettyPhoto <http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/>`, GPL v2. + - `jMediaelement <https://github.com/aFarkas/jMediaelement>`, GPL v2. diff --git a/chimere/external_utils b/chimere/external_utils deleted file mode 120000 index 19985ba..0000000 --- a/chimere/external_utils +++ /dev/null @@ -1 +0,0 @@ -../utils/
\ No newline at end of file diff --git a/utils/OsmApi.py b/chimere/external_utils/OsmApi.py index 3b1b9b1..3b1b9b1 100644 --- a/utils/OsmApi.py +++ b/chimere/external_utils/OsmApi.py diff --git a/utils/__init__.py b/chimere/external_utils/__init__.py index e69de29..e69de29 100644 --- a/utils/__init__.py +++ b/chimere/external_utils/__init__.py |