Skip to content

Commit

Permalink
remove __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jul 27, 2020
1 parent 103d627 commit f26aec3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion sepal_ui/__init__.py

This file was deleted.

Empty file removed sepal_ui/scripts/__init__.py
Empty file.
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.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 = '[email protected]',
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',
Expand Down

0 comments on commit f26aec3

Please sign in to comment.