We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad24b93 commit c2ccc39Copy full SHA for c2ccc39
setup.py
@@ -15,14 +15,14 @@
15
setup(
16
name="diffsynth",
17
version="1.0.0",
18
- description="A library for differential synthesis.",
+ description="Enjoy the magic of Diffusion models!",
19
author="Artiprocher",
20
packages=find_packages(),
21
install_requires=install_requires,
22
include_package_data=True,
23
classifiers=[
24
"Programming Language :: Python :: 3",
25
- "License :: OSI Approved :: MIT License",
+ "License :: OSI Approved :: Apache-2.0 License",
26
"Operating System :: OS Independent",
27
],
28
python_requires='>=3.6',
0 commit comments