Skip to content

Commit 9938aef

Browse files
authored
Update pyproject.toml
1 parent b4d5a88 commit 9938aef

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

pyproject.toml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
1-
# Poetry related
2-
3-
[tool.poetry]
1+
[project]
42
name = "MemoryOS"
53
version = "0.2.0"
64
description = "Intelligence Begins with Memory"
7-
license = "Apache-2.0"
8-
authors = ["MemTensor <[email protected]>"]
5+
license = {text = "Apache-2.0"}
6+
authors = [{name = "MemTensor", email = "[email protected]"}]
97
readme = "README.md"
10-
repository = "https://github.com/MemTensor/MemOS"
8+
requires-python = ">=3.10"
119
keywords = ["memory", "llm", "language model", "memoryOS", "agent"]
10+
11+
[project.urls]
12+
Repository = "https://github.com/MemTensor/MemOS"
13+
[project.urls]
14+
homepage = "https://memos.openmem.net/"
15+
repository = "https://github.com/MemTensor/MemOS"
16+
documentation = "https://memos-docs.openmem.net/home/overview/"
17+
"Bug Tracker" = "https://github.com/MemTensor/MemOS/issues"
18+
19+
# Poetry related
20+
21+
[tool.poetry]
1222
packages = [{include = "memos", from = "src"}]
1323

1424
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)