Skip to content

Commit

Permalink
change relative path 2
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jul 27, 2020
1 parent 85e89e7 commit 103d627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sepal_ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import .scripts
from . import scripts
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit 103d627

Please sign in to comment.