mirror of
https://github.com/Stability-AI/generative-models.git
synced 2026-02-23 06:34:27 +01:00
soon is now
This commit is contained in:
13
setup.py
Normal file
13
setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name="sgm",
|
||||
version="0.0.1",
|
||||
packages=find_packages(),
|
||||
python_requires=">=3.8",
|
||||
py_modules=["sgm"],
|
||||
description="Stability Generative Models",
|
||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/Stability-AI/generative-models",
|
||||
)
|
||||
Reference in New Issue
Block a user