Skip to content

Commit

Permalink
Merge pull request #4 from linkml/license-typo-fix
Browse files Browse the repository at this point in the history
typo fix for license and added readme = "README.md" to avoid pypi release error about wrong `long description`
  • Loading branch information
hrshdhgd committed Sep 12, 2022
2 parents 80382a9 + 8983e34 commit abbfba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "{{cookiecutter.__project_slug}}"
version = "0.1.0"
description = "Enter description of your project here"
authors = ["{{cookiecutter.__author}}"]
license = "{{cookiecutter.__author}}"
license = "{{cookiecutter.license}}"
readme = "README.md"
include = ["README.md", "src/{{cookiecutter.__project_slug}}/schema", "project"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit abbfba8

Please sign in to comment.