Skip to content

Commit

Permalink
Eliminate the duplicate model directory -- move model into linkml_model.
Browse files Browse the repository at this point in the history
We _tried_ to make model appear in linkml_model via setup.cfg, but it was
infuriatingly difficult.  It ended up being easier to work with the gitignore instead.

All of the contents of linkml_model are included in the pypi binary distribution.  model gets committed and everything else is generated.
  • Loading branch information
hsolbrig committed Jul 14, 2021
1 parent e36c05f commit b40762f
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1,526 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Elements that are built using Make
/target/
/docs/
/linkml_model/
!/linkml_model/
linkml_model/*
!linkml_model/model
pipx_bin/
site/
venv/
Expand Down
7 changes: 0 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "*"
rdflib = "~=5.0"
jsonasobj2 = "~=1.0, >=1.0.3"
linkml-runtime = "~=1.0, >=1.0.10"
pyldmod = "*"
linkml = "~=1.0"
mkdocs = "*"

[dev-packages]

[pipenv]
allow_prereleases = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
43 changes: 0 additions & 43 deletions model/schema/annotations.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions model/schema/extensions.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions model/schema/mappings.yaml

This file was deleted.

Loading

0 comments on commit b40762f

Please sign in to comment.