Skip to content

Commit b687621

Browse files
Merge pull request #54 from EcoExtreML/pypi_badge
Add a pypi badge
2 parents 3bbc204 + 23c01b6 commit b687621

File tree

7 files changed

+30
-12
lines changed

7 files changed

+30
-12
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
version: 2
2+
3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.9"
7+
28
python:
39
install:
410
- method: pip

CITATION.cff

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@ cff-version: "1.1.0"
44
title: "PyStemmusScope"
55
authors:
66
-
7+
affiliation: "Netherlands eScience Center"
78
family-names: Alidoost
89
given-names: Sarah
910
orcid: "https://orcid.org/0000-0000-0000-0000"
10-
date-released: 20??-MM-DD
11+
-
12+
affiliation: "Netherlands eScience Center"
13+
family-names: Schilperoort
14+
given-names: Bart
15+
orcid: "https://orcid.org/0000-0003-4487-9822"
16+
-
17+
affiliation: "Netherlands eScience Center"
18+
family-names: Liu
19+
given-names: Yang
20+
orcid: "https://orcid.org/0000-0002-1966-8460"
21+
date-released: 2022-11-24
1122
doi: <insert your DOI here>
12-
version: "0.1.0"
23+
version: "0.1.1"
1324
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
1425
keywords:
1526
- STEMMUS SCOPE Processing

PyStemmusScope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = "Sarah Alidoost"
99
__email__ = "[email protected]"
10-
__version__ = "0.1.0"
10+
__version__ = "0.1.1"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44

55
[![github repo badge](https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/EcoExtreML/stemmus_scope_processing)
6+
[![PyPI version](https://badge.fury.io/py/PyStemmusScope.svg)](https://badge.fury.io/py/PyStemmusScope)
67
[![build](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/build.yml/badge.svg)](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/build.yml)
8+
[![Documentation Status](https://readthedocs.org/projects/pystemmusscope/badge/?version=latest)](https://pystemmusscope.readthedocs.io/en/latest/?badge=latest)
79
[![fair-software badge](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)
810
[![sonarcloud](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml)
911
[![github license badge](https://img.shields.io/github/license/EcoExtreML/stemmus_scope_processing)](https://github.com/EcoExtreML/stemmus_scope_processing)
10-
[![Documentation Status](https://readthedocs.org/projects/pystemmusscope/badge/?version=latest)](https://pystemmusscope.readthedocs.io/en/latest/?badge=latest)
1112

1213
<!-- [![RSD](https://img.shields.io/badge/rsd-pystemmusscope-00a3e3.svg)](https://www.research-software.nl/software/pystemmusscope)
1314
[![workflow pypi badge](https://img.shields.io/pypi/v/pystemmusscope.svg?colorB=blue)](https://pypi.python.org/project/pystemmusscope/)
@@ -60,7 +61,7 @@ conda environment before submitting the the bash script. See
6061
### On CRIB
6162

6263
[CRIB](https://crib.utwente.nl/) is the ITC Geospatial Computing Platform. You
63-
can run the model using `Matlab` or `Octave`. Currently, running the
64+
can run the model using `Matlab` or `Octave`. Currently, running the
6465
exceutable file on CRIB is not supported because MATLAB Runtime can not be
6566
installed there. See [Install PyStemmusScope](#install-pystemmusscope).
6667

@@ -74,16 +75,15 @@ Run the commands below in a terminal (On Windows, use `python` instead of
7475
`python3`):
7576

7677
```sh
77-
# will be replaced by `pip install pystemmusscope`
78-
python3 -m pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main
78+
python3 -m pip install pystemmusscope
7979
```
8080

8181
or
8282

8383
Open a jupyter notebook and run the code below in a cell:
8484

8585
```python
86-
!pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main
86+
!pip install pystemmusscope
8787
```
8888

8989
### Install jupyterlab

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# built documents.
2727
#
2828
# The short X.Y version.
29-
version = "0.1.0"
29+
version = "0.1.1"
3030
# The full version, including alpha/beta/rc tags.
3131
release = version
3232

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ classifiers =
1212
License :: OSI Approved :: Apache Software License
1313
Natural Language :: English
1414
Programming Language :: Python :: 3
15-
Programming Language :: Python :: 3.7
1615
Programming Language :: Python :: 3.8
1716
Programming Language :: Python :: 3.9
17+
Programming Language :: Python :: 3.10
1818
description = python modules for running the STEMMUS-SCOPE model
1919
keywords =
2020
STEMMUS-SCOPE
@@ -25,9 +25,10 @@ name = PyStemmusScope
2525
project_urls =
2626
Bug Tracker = https://github.com/EcoExtreML/stemmus_scope_processing/issues
2727
url = https://github.com/EcoExtreML/stemmus_scope_processing
28-
version = 0.1.0
28+
version = 0.1.1
2929

3030
[options]
31+
python_requires = >=3.8,<3.11
3132
zip_safe = False
3233
include_package_data = True
3334
packages = find:

0 commit comments

Comments
 (0)