From 0cd73ec29b880e7928a1bb90ac3bc45a80381002 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 9 Jan 2025 02:54:03 +0000 Subject: [PATCH] rename the repo and pypi --- {minillmflow => packetflow}/__init__.py | 0 setup.py | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename {minillmflow => packetflow}/__init__.py (100%) diff --git a/minillmflow/__init__.py b/packetflow/__init__.py similarity index 100% rename from minillmflow/__init__.py rename to packetflow/__init__.py diff --git a/setup.py b/setup.py index 4c1a3b6..d76f43e 100644 --- a/setup.py +++ b/setup.py @@ -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/", ) \ No newline at end of file