Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Oct 8, 2023
1 parent 35224f4 commit dca3c92
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions gisea/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from . import run
from . import utils
from . import setup_plots
from . import data
from . import heatmap
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
from src.__version__ import __version__
from gisea.__version__ import __version__
from pathlib import Path

this_directory = Path(__file__).parent
Expand Down
2 changes: 0 additions & 2 deletions src/gimaps/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions src/gisea/__init__.py

This file was deleted.

0 comments on commit dca3c92

Please sign in to comment.