File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : dbcb02b
2+ _commit : c184e53
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424 - run : cp README.md docs/wiki/Home.md
25- - uses : Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
25+ - uses : Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5.0.4
2626 with :
2727 path : docs/wiki
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ authors = [
1212description = " Reactive chat bot framework"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
15+ <<<<<<< before updating
1516version = " 1.1.0"
1617requires-python = " >=3.10"
1718keywords = [
@@ -22,6 +23,11 @@ keywords = [
2223 " chat" ,
2324 " chatbot" ,
2425]
26+ =======
27+ version = " 0.1.0"
28+ requires-python = " >=3.11"
29+ keywords = []
30+ >>>>>>> after updating
2531
2632classifiers = [
2733 " Development Status :: 3 - Alpha" ,
@@ -30,7 +36,6 @@ classifiers = [
3036 " Programming Language :: Python :: Implementation :: CPython" ,
3137 " Programming Language :: Python :: Implementation :: PyPy" ,
3238 " Programming Language :: Python :: 3" ,
33- " Programming Language :: Python :: 3.10" ,
3439 " Programming Language :: Python :: 3.11" ,
3540 " Programming Language :: Python :: 3.12" ,
3641 " Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments