Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix classifiers #11

Merged
merged 3 commits into from
Dec 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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