From acd57383c386c8f8bb5f6980dc628adaa0560ea9 Mon Sep 17 00:00:00 2001 From: cnavacch Date: Tue, 12 Nov 2019 15:43:49 +0100 Subject: [PATCH] changed requirements and added more information to setup.cfg --- README.md | 2 +- requirements.txt | 12 +++--------- setup.cfg | 37 ++++++++++++++++++++++--------------- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 32a9e56..0fa3468 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # yeoda [![Build Status](https://travis-ci.com/TUW-GEO/yeoda.svg?branch=master)](https://travis-ci.org/TUW-GEO/yeoda) -[![Coverage](https://coveralls.io/repos/TUW-GEO/yeoda/yeoda.png?branch=master)](https://coveralls.io/r/TUW-GEO/yeoda?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/TUW-GEO/yeoda/badge.svg?branch=master)](https://coveralls.io/github/TUW-GEO/yeoda?branch=master) [![PyPi Package](https://badge.fury.io/py/yeoda.svg)](https://badge.fury.io/py/yeoda) [![RTD](https://readthedocs.org/projects/yeoda/badge/?version=latest)](https://yeoda.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) diff --git a/requirements.txt b/requirements.txt index 3be298d..d251ca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,4 @@ -regex -netCDF4 -geopandas>=0.6.1 -xarray -dask -pytileproj==0.0.12 -Equi7Grid==0.0.10 -git+https://github.com/TUW-GEO/veranda.git -git+https://github.com/TUW-GEO/geopathfinder.git +# remaining and currently not officially released requirements +git+https://github.com/TUW-GEO/veranda.git@master +git+https://github.com/TUW-GEO/geopathfinder.git@master diff --git a/setup.cfg b/setup.cfg index b41e633..a064892 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,26 +1,26 @@ -# This file is used to configure your project. -# Read more about the various options under: -# http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files - [metadata] name = yeoda -description = Add a short description here! +version = v0.1.0 +description = yeoda provides lower and higher-level data cube classes to work with well-defined and well-structured earth observation data. author = TU Wien author-email = remote.sensing@geo.tuwien.ac.at -license = mit -url = https://www.geo.tuwien.ac.at/ +license = MIT +url = https://github.com/TUW-GEO/yeoda long-description = file: README.md -# Change if running only on Windows, Mac or Linux (comma-separated) +keywords= + Earth Observation + Remote Sensing + Data Reader + Data Cube platforms = any -# Add here all kinds of additional classifiers as defined under - -# https://pypi.python.org/pypi?%3Aaction=list_classifiers - classifiers = Development Status :: 4 - Beta - - Programming Language :: Python + License :: OSI Approved :: MIT License + Topic :: Scientific/Engineering + Topic :: Software Development :: Version Control :: Git + Programming Language :: Python :: 3.6 + Natural Language :: English [options] @@ -33,7 +33,14 @@ package_dir = setup_requires = pyscaffold>=3.1a0,<3.2a0 # Add here dependencies of your project (semicolon/line-separated), e.g. -# install_requires = numpy; scipy +install_requires = + regex + netCDF4 + geopandas>=0.6.1 + xarray + dask + pytileproj==0.0.12 + Equi7Grid==0.0.10 # The usage of test_requires is discouraged, see `Dependency Management` docs # tests_require = pytest; pytest-cov