rename the repo and pypi
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="minillmflow",
|
||||
version="0.0.5",
|
||||
name="packetflow",
|
||||
version="0.0.0",
|
||||
packages=find_packages(),
|
||||
author="Zachary Huang",
|
||||
author_email="zh2408@columbia.edu",
|
||||
description="A Minimalist Framework for LLM Workflows in 100 Lines of Code",
|
||||
url="https://github.com/zachary62/miniLLMFlow",
|
||||
description="Minimalist LLM Framework in 100 Lines. Enable LLMs to Program Themselves.",
|
||||
url="https://github.com/miniLLMFlow/PocketFlow/",
|
||||
)
|
||||
Reference in New Issue
Block a user