We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
genmeta
1 parent 488ae70 commit b31738cCopy full SHA for b31738c
Makefile
@@ -47,7 +47,7 @@ deploy: gendoc mkd-gh-deploy
47
# generates all project files
48
# and updates the artifacts in linkml-model
49
gen-project: $(PYMODEL)
50
- $(RUN) gen-project -d $(DEST) $(SOURCE_SCHEMA_PATH) && mv $(DEST)/*.py $(PYMODEL)
+ $(RUN) gen-project -d $(DEST) --config-file gen_project_config.yaml $(SOURCE_SCHEMA_PATH) && mv $(DEST)/*.py $(PYMODEL)
51
cp -r $(DEST)/* $(PYMODEL)
52
rm -r $(PYMODEL)/docs
53
gen_project_config.yaml
@@ -0,0 +1,4 @@
1
+generator_args:
2
+ python:
3
+ genmeta: True
4
+ mergeimports: False
0 commit comments