Skip to content

Commit

Permalink
Fix classifiers (#11)
Browse files Browse the repository at this point in the history
* Update setup.cfg

* Update CHANGES.rst

* Update AUTHORS.rst
  • Loading branch information
wpreimes authored Dec 2, 2018
1 parent e249335 commit af7a872
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Developers
==========

* TU Wien <remote.sensing@geo.tuwien.ac.at>
* Wolfgang Preimesberger <wolfgang.preimesberger@geo.tuwien.ac.at>
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
Changelog
=========

Version v0.0.X
Version v0.1
==============
- pypi release
- Homogenize classes for past ESA CCI SM versions
- Update Readme
- Update Readme and Documentation
- Change submodule with testdata

Version v0.0.2
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = esa_cci_sm
summary = Reading and reshuffling of CCI soil moisture
author = TU Wien
author-email = [email protected]
license = mit
home-page = http://rs.geo.tuwien.ac.at
license = MIT
home-page = https://www.esa-soilmoisture-cci.org/
description-file = README.rst
# Add here all kinds of additional classifiers as defined under
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers = Development Status :: 4 - Beta,
classifiers = Development Status :: 4 - Beta
Programming Language :: Python

[entry_points]
Expand Down

0 comments on commit af7a872

Please sign in to comment.