From 103d627a3a0e870483ce2a1d9411db9b19d05a94 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Mon, 27 Jul 2020 12:05:27 +0000 Subject: [PATCH] change relative path 2 --- sepal_ui/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py index 7bba0731..f5df5975 100644 --- a/sepal_ui/__init__.py +++ b/sepal_ui/__init__.py @@ -1 +1 @@ -import .scripts \ No newline at end of file +from . import scripts \ No newline at end of file diff --git a/setup.py b/setup.py index 9dbcd1cd..9ae431dd 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'sepal_ui', packages = ['sepal_ui'], - version = '0.1.8-alpha', + version = '0.1.9-alpha', license='MIT', description = 'wrapper for ipyvuetify widgets to unify the display of voila dashboards in the sepal plateform', author = 'Pierrick Rambaud', author_email = 'pierrick.rambaud49@gmail.com', url = 'https://github.com/12rambau/sepal_ui', - download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.1.8-alpha.tar.gz', + download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.1.9-alpha.tar.gz', keywords = ['UI', 'Python', 'widget', 'sepal'], install_requires=[ 'haversine',