Skip to content

Commit

Permalink
changed requirements and added more information to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cnavacch committed Nov 12, 2019
1 parent 9daa8f3 commit acd5738
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 3 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

37 changes: 22 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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
Expand Down

0 comments on commit acd5738

Please sign in to comment.