From f26aec39b6ceff4b01883cf9ec04b9071817f111 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Mon, 27 Jul 2020 12:13:52 +0000 Subject: [PATCH] remove __init__.py --- sepal_ui/__init__.py | 1 - sepal_ui/scripts/__init__.py | 0 setup.py | 4 ++-- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 sepal_ui/__init__.py delete mode 100644 sepal_ui/scripts/__init__.py diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py deleted file mode 100644 index f5df5975..00000000 --- a/sepal_ui/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from . import scripts \ No newline at end of file diff --git a/sepal_ui/scripts/__init__.py b/sepal_ui/scripts/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/setup.py b/setup.py index 9ae431dd..aa401a91 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'sepal_ui', packages = ['sepal_ui'], - version = '0.1.9-alpha', + version = '0.1.10-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.9-alpha.tar.gz', + download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.1.10-alpha.tar.gz', keywords = ['UI', 'Python', 'widget', 'sepal'], install_requires=[ 'haversine',