Skip to content

Commit b5f8830

Browse files
committed
Move things into copier template
1 parent 5f21af7 commit b5f8830

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies = [
1212
]
1313
readme = "README.md"
1414
classifiers = [
15-
# TODO: pull some of these across into our copier template
1615
"License :: OSI Approved :: BSD License",
1716
"Development Status :: 4 - Beta",
1817
"Intended Audience :: Developers",
@@ -30,14 +29,12 @@ classifiers = [
3029
"Typing :: Typed",
3130
]
3231

33-
# TODO: pull into our copier template
3432
[project.urls]
35-
Homepage = "https://climate-resource.github.io/mkdocstrings-python-accessors"
36-
Documentation = "https://climate-resource.github.io/mkdocstrings-python-accessors"
37-
Changelog = "https://climate-resource.github.io/mkdocstrings-python-accessors/changelog"
33+
Homepage = "https://github.com/climate-resource/mkdocstrings-python-accessors"
34+
Documentation = "https://github.com/climate-resource/mkdocstrings-python-accessors"
35+
Changelog = "https://github.com/climate-resource/mkdocstrings-python-accessors/blob/main/docs/changelog.md"
3836
Repository = "https://github.com/climate-resource/mkdocstrings-python-accessors"
3937
Issues = "https://github.com/climate-resource/mkdocstrings-python-accessors/issues"
40-
Discussions = "https://github.com/climate-resource/mkdocstrings-python-accessors/discussions"
4138

4239
[project.optional-dependencies]
4340

@@ -169,7 +166,6 @@ authorized_licenses = [
169166
"Apache License, Version 2.0",
170167
"CMU License (MIT-CMU)",
171168
"Historical Permission Notice and Disclaimer (HPND)",
172-
# TODO: push upstream
173169
"isc",
174170
"isc license",
175171
"isc license (iscl)",

0 commit comments

Comments
 (0)