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 : ' 4875149 '
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : js
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+ <<<<<<< before updating
2526 - uses : actions-ext/python/setup@main
2627 - run : pip install nbconvert
2728 - run : jupyter nbconvert examples/Client.ipynb --to markdown --output ../docs/wiki/Client.md
2829 - uses : Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
30+ =======
31+ - uses : Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
32+ >>>>>>> after updating
2933 with :
3034 path : docs/wiki
Original file line number Diff line number Diff line change @@ -14,20 +14,25 @@ authors = [
1414description = " csp-gateway is a framework for building high-performance streaming applications"
1515readme = " README.md"
1616license = { text = " Apache-2.0" }
17+ <<<<<<< before updating
1718version = " 2.8.1"
1819requires-python = " >=3.10"
1920keywords = [
2021 " csp" ,
2122 " csp-gateway" ,
2223]
24+ =======
25+ version = " 0.1.0"
26+ requires-python = " >=3.11"
27+ keywords = []
28+ >>>>>>> after updating
2329
2430classifiers = [
2531 " Development Status :: 3 - Alpha" ,
2632 " Programming Language :: Python" ,
2733 " Programming Language :: Python :: Implementation :: CPython" ,
2834 " Programming Language :: Python :: Implementation :: PyPy" ,
2935 " Programming Language :: Python :: 3" ,
30- " Programming Language :: Python :: 3.10" ,
3136 " Programming Language :: Python :: 3.11" ,
3237 " Programming Language :: Python :: 3.12" ,
3338 " Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments