Skip to content

Commit 62e662e

Browse files
authored
Make it so readme shows up on pypi
1 parent 7cd1d1a commit 62e662e

File tree

1 file changed

+2
-0
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+2
-0
lines changed

{{cookiecutter.github_project_name}}/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ author_email={{ cookiecutter.author_email }}
55
url = https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}
66
license=BSD 3-Clause
77
packages = find:
8+
long_description = file: README.md
9+
long_description_content_type = text/markdown
810

911
[options]
1012
install_requires =

0 commit comments

Comments
 (0)