mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
chore(project): update package name from reme to reme-ai (#285)
- Changed project name in pyproject.toml from 'reme' to 'reme-ai' - Updated dependency references in full extras to use 'reme-ai[core]' and 'reme-ai[dev]'
This commit is contained in:
parent
206a53e5ed
commit
01a597aba4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
name = "reme"
|
||||
name = "reme-ai"
|
||||
dynamic = ["version"]
|
||||
description = "Remember Me, Refine Me."
|
||||
readme = "README.md"
|
||||
|
|
@ -54,8 +54,8 @@ dev = [
|
|||
"pytest-asyncio>=0.23",
|
||||
]
|
||||
full = [
|
||||
"reme[core]",
|
||||
"reme[dev]",
|
||||
"reme-ai[core]",
|
||||
"reme-ai[dev]",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue