citationEdge / setup.py
omkarkudalkar222's picture
Fresh deployment without history
0e38162
Raw
History Blame Contribute Delete
169 Bytes
from setuptools import setup, find_packages
setup(
name="agentic-citation-edge",
version="0.1.0",
packages=find_packages(),
python_requires=">=3.11",
)