Skip to content

Commit c2ccc39

Browse files
committed
update script file based on tamannaaaaa
1 parent ad24b93 commit c2ccc39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
setup(
1616
name="diffsynth",
1717
version="1.0.0",
18-
description="A library for differential synthesis.",
18+
description="Enjoy the magic of Diffusion models!",
1919
author="Artiprocher",
2020
packages=find_packages(),
2121
install_requires=install_requires,
2222
include_package_data=True,
2323
classifiers=[
2424
"Programming Language :: Python :: 3",
25-
"License :: OSI Approved :: MIT License",
25+
"License :: OSI Approved :: Apache-2.0 License",
2626
"Operating System :: OS Independent",
2727
],
2828
python_requires='>=3.6',

0 commit comments

Comments
 (0)