-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add manifest and update requirements files pre-conda-forge release (#175
) * fix pre-commit library typo * add local_scheme keyword to use_scm_version * Update versioning and packaging * Update MANIFEST.in to be alphabetical * remove -r from requirements-docs and add requirements to readthedocs.yml * update local_scheme in setup.py Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> Co-authored-by: Landung Setiawan <landungs@uw.edu>
- Loading branch information
1 parent
30700d7
commit 9f94a70
Showing
7 changed files
with
20 additions
and
6 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,2 +1,12 @@ | ||
include LICENSE | ||
prune .github* | ||
prune doc* | ||
prune examples* | ||
prune icepyx/tests* | ||
exclude .coveragerc | ||
exclude .gitignore | ||
exclude .mailmap | ||
exclude *.ini | ||
exclude *.txt | ||
exclude *.yaml | ||
exclude *.yml | ||
include requirements.txt |
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,3 +1,3 @@ | ||
from icepyx.core.query import Query | ||
|
||
from _version import version as __version__ | ||
from _icepyx_version import version as __version__ |
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 |
---|---|---|
|
@@ -21,3 +21,4 @@ python: | |
version: 3.7 | ||
install: | ||
- requirements: requirements-docs.txt | ||
requirements.txt |
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,5 +1,7 @@ | ||
black | ||
codecov | ||
pre_commit | ||
pypistats[pandas] | ||
flake8 | ||
pre-commit | ||
pypistats | ||
pytest>=4.6 | ||
pytest-cov |
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 |
---|---|---|
|
@@ -4,4 +4,3 @@ numpydoc | |
pybtex | ||
pygithub | ||
sphinxcontrib-bibtex | ||
-r requirements.txt |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ matplotlib | |
numpy | ||
requests | ||
shapely | ||
xarray |
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