Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Oct 20, 2022
1 parent 667e7a0 commit bd3bb3f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
prune .vscode
prune docs
prune images
prune latlon_grids
prune notebooks
exclude *.ipynb
exclude *.nc
2 changes: 1 addition & 1 deletion goes2go/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
__version__ = version = '2022.10.0'
__version__ = version = '2022.10.0.post0'
__version_tuple__ = version_tuple = (2022, 10, 0)
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
numpy
pandas
xarray
metpy
toml
cartopy
matplotlib
git+https://github.com/blaylockbk/Carpenter_Workshop.git
12 changes: 3 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ project_urls =
keywords =
meteorology
weather
atmosphere
satellite
GOES
atmosphere
xarray
classifiers =
Development Status :: 4 - Beta
Expand All @@ -38,17 +39,10 @@ install_requires =
numpy
pandas
xarray
s3fs
netcdf4
metpy
cartopy
toml

[options.packages.find]
exclude =
notebooks*
docs*
tests*
s3fs

## Something wrong with the below??

Expand Down

0 comments on commit bd3bb3f

Please sign in to comment.