Skip to content

Commit

Permalink
Rename to satpy
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Feb 9, 2016
1 parent c029b57 commit d7f5802
Show file tree
Hide file tree
Showing 118 changed files with 1,107 additions and 1,017 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ values =
[bumpversion:part:item]
first_value = 1

[bumpversion:file:mpop/version.py]
[bumpversion:file:satpy/version.py]

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ doc/build
.ropeproject
RELEASE-VERSION
dist
mpop.egg-info
satpy.egg-info
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ addons:
apt_packages:
- libhdf5-serial-dev
script:
- coverage run --source=mpop setup.py test
- coverage run -a --source=mpop -m behave mpop/tests/features --tags=-download
- coverage run --source=satpy setup.py test
- coverage run -a --source=satpy -m behave satpy/tests/features --tags=-download
after_success: coveralls
deploy:
provider: pypi
Expand All @@ -34,7 +34,7 @@ deploy:
secure: RuQzdaLTY4sryIzG8Hz1KWEsyYRxrLvbyfm7DurXDPcj2vsujRwJicNwBrJajIBkzZWwdmWE8db55BPWZwCsJtVUbE53vc742wSAcci2zzCgizSb/jjlDkwk1CE/PoMl4t3JsuIU6bklgw1Y1d4Xn4+BeZe8Blol5PD/FUovxfo=
on:
tags: true
repo: pytroll/mpop
repo: pytroll/satpy
sudo: false
notifications:
slack: pytroll:96mNSYSI1dBjGyzVXkBT6qFt
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is the Meteorological Post-Processing Package (MPoP).
This is the Meteorological Post-Processing Package (satpy).

A recent build of the documentation is available at
http://mpop.readthedocs.org/.
http://satpy.readthedocs.org/.

0 comments on commit d7f5802

Please sign in to comment.