@@ -44,14 +44,19 @@ build-backend = "pdm.backend"
44
44
[project]
45
45
name = "examplePy"
46
46
authors = [
47
- {name = "Some Maintainer", email = "some-email@pyopensci.org"}
47
+ {name = "Some Maintainer", email = "some-email@pyopensci.org"},
48
+ ]
49
+ maintainers = [
50
+ {name = "All the contributors"},
48
51
]
49
- maintainers = [{name = "All the contributors"}]
50
- license = {text = "BSD 3-Clause"}
51
52
description = "An example Python package used to support Python packaging tutorials"
52
53
keywords = ["pyOpenSci", "python packaging"]
53
54
readme = "README.md"
54
-
55
+ classifiers = [
56
+ "Programming Language :: Python :: 3",
57
+ "License :: OSI Approved :: BSD License",
58
+ "Operating System :: OS Independent",
59
+ ]
55
60
dependencies = [
56
61
"dependency-package-name-1",
57
62
"dependency-package-name-2",
@@ -85,14 +90,19 @@ build-backend = "setuptools.build_meta"
85
90
[project]
86
91
name = "examplePy"
87
92
authors = [
88
- {name = "Some Maintainer", email = "some-email@pyopensci.org"}
93
+ {name = "Some Maintainer", email = "some-email@pyopensci.org"},
94
+ ]
95
+ maintainers = [
96
+ {name = "All the contributors"},
89
97
]
90
- maintainers = [{name = "All the contributors"}]
91
- license = {text = "BSD 3-Clause"}
92
98
description = "An example Python package used to support Python packaging tutorials"
93
99
keywords = ["pyOpenSci", "python packaging"]
94
100
readme = "README.md"
95
-
101
+ classifiers = [
102
+ "Programming Language :: Python :: 3",
103
+ "License :: OSI Approved :: BSD License",
104
+ "Operating System :: OS Independent",
105
+ ]
96
106
dependencies = [
97
107
"dependency-package-name-1",
98
108
"dependency-package-name-2",
0 commit comments