Skip to content

Commit b47caea

Browse files
committed
Updated pyproject.toml template to be more realistic.
1 parent 51b8601 commit b47caea

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

copier.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ project_name:
55
module_name:
66
type: str
77
help: What is your python module name?
8+
9+
author_name:
10+
type: str
11+
help: Your first and last name? i.e. Jenny Fantastic
Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
Hello world
1+
[project]
2+
name = "{{project_name}}"
3+
license = {file = "LICENSE"}
4+
readme = "README.md"
5+
6+
[metadata]
7+
author = "{{author_name}}"
8+
long_description = { file = "README.md" }
9+
10+
classifiers = [
11+
"Development Status :: 4 - Beta",
12+
"License :: OSI Approved :: MIT License",
13+
"Intended Audience :: Developers",
14+
"Intended Audience :: Science/Research",
15+
"Operating System :: OS Independent",
16+
"Programming Language :: Python",
17+
]
18+
dynamic = ["version"]

0 commit comments

Comments
 (0)