Skip to content

Commit ccf46b7

Browse files
Update from copier (2025-11-09T05:15:34)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dfbd103 commit ccf46b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 18afe0a
2+
_commit: 973c39c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [{name = "the csp-bot-commands authors", email = "[email protected]
88
description = "Miscellaneous commands for csp-bot"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11+
<<<<<<< before updating
1112
version = "1.0.0"
1213
requires-python = ">=3.9"
1314
keywords = [
@@ -17,14 +18,18 @@ keywords = [
1718
"chat",
1819
"chatbot",
1920
]
21+
=======
22+
version = "0.1.0"
23+
requires-python = ">=3.10"
24+
keywords = []
25+
>>>>>>> after updating
2026

2127
classifiers = [
2228
"Development Status :: 3 - Alpha",
2329
"Programming Language :: Python",
2430
"Programming Language :: Python :: Implementation :: CPython",
2531
"Programming Language :: Python :: Implementation :: PyPy",
2632
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.9",
2833
"Programming Language :: Python :: 3.10",
2934
"Programming Language :: Python :: 3.11",
3035
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)