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.
1 parent 7cd1d1a commit 62e662eCopy full SHA for 62e662e
{{cookiecutter.github_project_name}}/setup.cfg
@@ -5,6 +5,8 @@ author_email={{ cookiecutter.author_email }}
5
url = https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}
6
license=BSD 3-Clause
7
packages = find:
8
+long_description = file: README.md
9
+long_description_content_type = text/markdown
10
11
[options]
12
install_requires =
0 commit comments