remove setup.py
This commit is contained in:
+2
-1
@@ -6,7 +6,7 @@
|
|||||||
.Trashes
|
.Trashes
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
.setup.py
|
|
||||||
|
|
||||||
# IDE specific files
|
# IDE specific files
|
||||||
.idea/
|
.idea/
|
||||||
@@ -73,4 +73,5 @@ htmlcov/
|
|||||||
|
|
||||||
|
|
||||||
test.ipynb
|
test.ipynb
|
||||||
|
setup.py
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
from setuptools import setup, find_packages
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name="pocketflow",
|
|
||||||
version="0.0.1",
|
|
||||||
packages=find_packages(),
|
|
||||||
author="Zachary Huang",
|
|
||||||
author_email="zh2408@columbia.edu",
|
|
||||||
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