File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ class ProjectData:
3030 name : str = "module-name"
3131 module : str = "module_name"
3232 description : str = "Module Description"
33- author_email : str = "yourname@email.invalid"
3433 author_name : str = "[YOUR NAME]"
3534 org_name : str = "[ORG NAME]"
3635 repo_name : str = "[REPO NAME]"
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling" , " hatch-vcs " ]
2+ requires = [" hatchling==1.30.1 " ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " module-name"
7+ version = " 0.0.1"
78requires-python = " >=3.11"
89description = " Module Description"
910readme = " README.md"
1011license = " MIT"
11- authors = [
12- { email = " yourname@email.invalid" , name = " [YOUR NAME]" },
13- ]
14- maintainers = []
15- keywords = []
1612classifiers = [
1713 " Programming Language :: Python :: 3" ,
1814 " Programming Language :: Python :: 3 :: Only" ,
1915 " Programming Language :: Python :: Implementation :: CPython" ,
2016]
21- dynamic = [" version" ]
2217dependencies = [
2318 " requests>=2.34.2" ,
2419]
@@ -45,9 +40,6 @@ homepage = "https://github.com/[ORG NAME]/[REPO NAME]"
4540# [project.scripts]
4641# python-src-example = "module_name.sample:main"
4742
48- [tool .hatch .version ]
49- source = " vcs"
50-
5143[tool .black ]
5244line-length = 100
5345
You can’t perform that action at this time.
0 commit comments