File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,7 @@ project_name:
55module_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
Original file line number Diff line number Diff line change 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"]
You can’t perform that action at this time.
0 commit comments