Skip to content

Commit

Permalink
Merge pull request #41 from SINTEF/update-readme
Browse files Browse the repository at this point in the history
Added definition of iri, uri, url and uuid to the vocabolary in the README.
  • Loading branch information
jesper-friis authored Sep 27, 2020
2 parents a6896ae + cf78475 commit 555a193
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 142 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0074 NEW)
include(CPack)

project(dlite
VERSION 0.2.4
VERSION 0.2.5
#DESCRIPTION "Lightweight data-centric framework for working with scientific data"
LANGUAGES C
)
Expand Down Expand Up @@ -307,7 +307,7 @@ if(WITH_PYTHON)
endif()

set(DLITE_PYTHONPATH
${DLITE_LIBRARY_DIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/dlite)
${DLITE_LIBRARY_DIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)



Expand Down
Loading

0 comments on commit 555a193

Please sign in to comment.