Skip to content

Commit 13741c3

Browse files
committed
fix long_description
1 parent ac949e9 commit 13741c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jupyter_releaser/tests/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def setup_cfg_template(package_name="foo", module_name=None):
6262
[metadata]
6363
name = {package_name}
6464
version = attr: {module_name or package_name}.__version__
65+
long_description = file: README.md
66+
long_description_content_type = text/x-markdown
6567
6668
[options]
6769
zip_safe = False
@@ -83,7 +85,6 @@ def pyproject_template(project_name="foo", sub_packages=[]):
8385
name = "{project_name}"
8486
version = "0.0.1"
8587
description = "My package description"
86-
readme = "README.md"
8788
license = {{file = "LICENSE"}}
8889
authors = [
8990
{{email = "[email protected]"}},

0 commit comments

Comments
 (0)