-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
include README.md | ||
include LICENSE | ||
include requirements.txt | ||
recursive-include environmental_insights/environmental_insights_data * | ||
recursive-include environmental_insights/environmental_insights_models * | ||
recursive-include environmental_insights/environmental_insights_visulisations * | ||
recursive-include Documentation * | ||
recursive-include tests * | ||
include LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +0,0 @@ | ||
# environmental_insights/__init__.py | ||
|
||
# Import specific functions from each module | ||
from .air_pollution_functions import * | ||
|
||
from .data import * | ||
|
||
from .download import * | ||
|
||
from .models import * | ||
|
||
from .variables import * | ||
|
||
# You can also add any initialization code needed for your package here | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.