File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,22 @@ requires = ["setuptools>=64"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " BranchContext "
6+ name = " branching "
77version = " 0.1.0"
88description = " Unified branching for speculative execution: filesystem, process, and memory"
99requires-python = " >=3.10"
1010license = " Apache-2.0"
11+ readme = " README.md"
12+ authors = [
13+ { name = " Cong Wang" , email = " cwang@multikernel.io" },
14+ ]
15+ classifiers = [
16+ " Programming Language :: Python :: 3" ,
17+ " Operating System :: POSIX :: Linux" ,
18+ ]
19+
20+ [project .urls ]
21+ Homepage = " https://github.com/multikernel/branching"
1122
1223[project .scripts ]
1324branching = " cli:main"
Original file line number Diff line number Diff line change 22name = branching
33version = 0.1.0
44description = Unified branching for speculative execution: filesystem, process, and memory
5+ author = Cong Wang
6+ author_email = cwang@multikernel.io
7+ url = https://github.com/multikernel/branching
8+ license = Apache-2.0
59
610[options]
711python_requires = >=3.10
You can’t perform that action at this time.
0 commit comments