Skip to content

Commit

Permalink
Merge pull request #26 from DataChefHQ/17-author-detail-is-missing-in…
Browse files Browse the repository at this point in the history
…-pyprojecttoml

fix(python): add author detail to pyproject.toml.
  • Loading branch information
shahinism authored Jul 22, 2024
2 parents e55046a + 16ca588 commit ea96b97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ project_license:
help: "License(SPDX name)"
default: MIT

author_name:
type: str
help: "Author Name:"

author_email:
type: str
help: "Author Email"

_subdirectory: template

# Execute these commands on destination after copy
Expand Down

0 comments on commit ea96b97

Please sign in to comment.