Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 Serious Scaffold
Copyright (c) 2022-2025 Serious Scaffold

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

author = "huxuan"
copyright = "2023, huxuan"
copyright = "2022-2025, huxuan"
project = "Serious Scaffold Python"
release = metadata.version("ss-python")
version = ".".join(release.split(".")[:2])
Expand Down
2 changes: 1 addition & 1 deletion includes/copier-answers-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author_email: [email protected]
author_name: huxuan
copyright_holder: Serious Scaffold
copyright_license: MIT License
copyright_year: 2022-2024
copyright_year: 2022-2025
coverage_threshold: 100
default_py: "3.12"
development_status: Alpha
Expand Down
2 changes: 1 addition & 1 deletion template/docs/conf.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from importlib import metadata
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

author = "{{ author_name }}"
copyright = "2023, {{ author_name }}"
copyright = "{{ copyright_year }}, {{ author_name }}"
project = "{{ project_name }}"
release = metadata.version("{{ package_name }}")
version = ".".join(release.split(".")[:2])
Expand Down