remove setup.py
This commit is contained in:
parent
b53230c230
commit
88b3b9e529
|
|
@ -6,7 +6,7 @@
|
|||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.setup.py
|
||||
|
||||
|
||||
# IDE specific files
|
||||
.idea/
|
||||
|
|
@ -73,4 +73,5 @@ htmlcov/
|
|||
|
||||
|
||||
test.ipynb
|
||||
setup.py
|
||||
.pytest_cache/
|
||||
11
setup.py
11
setup.py
|
|
@ -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/",
|
||||
)
|
||||
Loading…
Reference in New Issue