schwarznet / setup.py
That-Random-Coder
Deploy lightweight app and pre-trained model
851541d
Raw
History Blame Contribute Delete
158 Bytes
from setuptools import setup, find_packages
setup(
name="schwarznet",
version="1.0.0",
packages=find_packages(),
python_requires=">=3.10",
)