Skip to content

Commit bd3bb3f

Browse files
committed
update setup
1 parent 667e7a0 commit bd3bb3f

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

MANIFEST.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
prune .vscode
2+
prune docs
3+
prune images
4+
prune latlon_grids
5+
prune notebooks
6+
exclude *.ipynb
7+
exclude *.nc

goes2go/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
22
# file generated by setuptools_scm
33
# don't change, don't track in version control
4-
__version__ = version = '2022.10.0'
4+
__version__ = version = '2022.10.0.post0'
55
__version_tuple__ = version_tuple = (2022, 10, 0)

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
numpy
2+
pandas
3+
xarray
4+
metpy
5+
toml
6+
cartopy
7+
matplotlib
8+
git+https://github.com/blaylockbk/Carpenter_Workshop.git

setup.cfg

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ project_urls =
1717
keywords =
1818
meteorology
1919
weather
20-
atmosphere
20+
satellite
2121
GOES
22+
atmosphere
2223
xarray
2324
classifiers =
2425
Development Status :: 4 - Beta
@@ -38,17 +39,10 @@ install_requires =
3839
numpy
3940
pandas
4041
xarray
41-
s3fs
42-
netcdf4
4342
metpy
4443
cartopy
4544
toml
46-
47-
[options.packages.find]
48-
exclude =
49-
notebooks*
50-
docs*
51-
tests*
45+
s3fs
5246

5347
## Something wrong with the below??
5448

0 commit comments

Comments
 (0)