Skip to content

Commit

Permalink
Do not trigger an emmocheck failure for ontologies with a foaf:logo a…
Browse files Browse the repository at this point in the history
…nnotation (#509)

* Do not trigger an emmocheck failure for ontologies that defines their a logo with foaf:logo.
* Try to increase minimum required version of packaging to 21.3
* Try to add dev requirements on setuptools to get rid of ImportError for packaging.version.LegacyVersion
* Removed dev requirement for setuptools

Co-authored-by: francescalb <francesca.l.bleken@sintef.no>
  • Loading branch information
jesper-friis and francescalb authored Dec 13, 2022
1 parent 10b6c2d commit 96930bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This includes a few examples and demos:

## Installation

Install with
Install with:

```console
pip install EMMOntoPy
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This includes a few examples and demos:

## Installation

Install with
Install with:

```console
pip install EMMOntoPy
Expand Down
1 change: 1 addition & 0 deletions emmopy/emmocheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def test_number_of_labels(self):
"core.prefLabel",
"core.altLabel",
"core.hiddenLabel",
"0.1.logo", # foaf.logo
)
)
exceptions.update(
Expand Down

0 comments on commit 96930bf

Please sign in to comment.