项目重命名: ReelForge => Pixelle-Video

This commit is contained in:
puke
2025-10-31 10:23:38 +08:00
parent dfdba73b74
commit 136514e466
60 changed files with 384 additions and 383 deletions

View File

@@ -1,9 +1,9 @@
[project]
name = "reelforge"
name = "pixelle-video"
version = "0.1.0"
description = "The modular video creation platform - Forge your perfect reel engine"
description = "AI-powered video creation platform - Part of Pixelle ecosystem"
authors = [
{name = "ReelForge Team"}
{name = "PixelleLab"}
]
readme = "README.md"
requires-python = ">=3.11"
@@ -34,7 +34,8 @@ dev = [
]
[project.scripts]
reelforge = "reelforge.cli:main"
pixelle-video = "pixelle_video.cli:main"
pvideo = "pixelle_video.cli:main"
[build-system]
requires = ["hatchling"]