This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function run_plugin() {
1818 python -m unittest discover
1919 cd ..
2020 ./scripts/docs.sh
21- ./scripts/create.sh feature travis_test_feature
21+ ./scripts/create.sh operations travis_test_operations
2222 ./scripts/create.sh model travis_test_model
2323 fi
2424}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515 using their ` withconfig() ` method.
1616- MemorySource now decorated with ` entry_point `
1717- MemorySource takes arguments correctly via ` config_set ` and ` config_get `
18+ - skel modules have ` long_description_content_type ` set to "text/markdown"
1819
1920## [ 0.2.0] - 2019-05-23
2021### Added
Original file line number Diff line number Diff line change 2424 version = version ,
2525 description = '' ,
2626 long_description = readme ,
27+ long_description_content_type = "text/markdown" ,
2728 author = 'John Andersen' ,
28292930 url = 'https://github.com/intel/dffml/blob/master/model/model_name/README.md' ,
You can’t perform that action at this time.
0 commit comments