Skip to content

Commit

Permalink
tata
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jul 27, 2020
1 parent ad73544 commit 4278bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sepal_ui/widgetFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import ipyvuetify as v

from toto.sepal_ui import widgetBinding as wb
from toto.sepal_ui.scripts import mapping, utils
from sepal_ui import widgetBinding as wb
from sepal_ui.scripts import mapping, utils


sepal_main = '#2e7d32'
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
setup(
name = 'sepal_ui',
packages = ['sepal_ui'],
version = '0.1.6-alpha',
version = '0.1.7-alpha',
license='MIT',
description = 'wrapper for ipyvuetify widgets to unify the display of voila dashboards in the sepal plateform',
author = 'Pierrick Rambaud',
author_email = '[email protected]',
url = 'https://github.com/12rambau/sepal_ui',
download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.1.6-alpha.tar.gz',
download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.1.7-alpha.tar.gz',
keywords = ['UI', 'Python', 'widget', 'sepal'],
install_requires=[
'haversine',
'ipyvuetify',
'geemap',
'ipyvuetify',
'ee',
'earthengine-api',
'bqplot',
],
classifiers=[
Expand Down

0 comments on commit 4278bad

Please sign in to comment.