rename the repo and pypi

This commit is contained in:
zachary62 2025-01-09 02:54:03 +00:00
parent 9eda9dd4b7
commit 0cd73ec29b
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
name="minillmflow", name="packetflow",
version="0.0.5", version="0.0.0",
packages=find_packages(), packages=find_packages(),
author="Zachary Huang", author="Zachary Huang",
author_email="zh2408@columbia.edu", author_email="zh2408@columbia.edu",
description="A Minimalist Framework for LLM Workflows in 100 Lines of Code", description="Minimalist LLM Framework in 100 Lines. Enable LLMs to Program Themselves.",
url="https://github.com/zachary62/miniLLMFlow", url="https://github.com/miniLLMFlow/PocketFlow/",
) )