We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847f1ab commit 1e7873aCopy full SHA for 1e7873a
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: '6957226'
+_commit: 98c8f14
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: python
5
email: t.paine154@gmail.com
pyproject.toml
@@ -28,7 +28,11 @@ classifiers = [
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
"Programming Language :: Python :: 3.12",
31
+<<<<<<< before updating
32
"License :: OSI Approved :: Apache Software License",
33
+=======
34
+ "Programming Language :: Python :: 3.13",
35
+>>>>>>> after updating
36
]
37
38
dependencies = [
0 commit comments