Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit bc3c9c7

Browse files
John Andersenpdxjohnny
authored andcommitted
scripts: skel: Update setup for markdown README
Fixes: #45 Signed-off-by: John Andersen <[email protected]>
1 parent a7443c4 commit bc3c9c7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/skel/model/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
version=version,
2525
description='',
2626
long_description=readme,
27+
long_description_content_type="text/markdown",
2728
author='John Andersen',
2829
author_email='[email protected]',
2930
url='https://github.com/intel/dffml/blob/master/model/model_name/README.md',

0 commit comments

Comments
 (0)