Skip to content

Commit

Permalink
Updated pyproject.toml template to be more realistic.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Jan 27, 2023
1 parent 51b8601 commit b47caea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
4 changes: 4 additions & 0 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ project_name:
module_name:
type: str
help: What is your python module name?

author_name:
type: str
help: Your first and last name? i.e. Jenny Fantastic
19 changes: 18 additions & 1 deletion {{project_name}}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
Hello world
[project]
name = "{{project_name}}"
license = {file = "LICENSE"}
readme = "README.md"

[metadata]
author = "{{author_name}}"
long_description = { file = "README.md" }

classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Programming Language :: Python",
]
dynamic = ["version"]

0 comments on commit b47caea

Please sign in to comment.