-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2634c63
commit c4c3989
Showing
7 changed files
with
30 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,10 @@ version = "0.0.6" | |
authors = [ | ||
{ name="Iliya Vereshchagin", email="[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ name="Iliya Vereshchagin", email="[email protected]" }, | ||
] | ||
keywords = ["leonardo", "ai", "image generation", "artificial intelligence", "api", "llm", "leonardo.ai", "stablediffusion"] | ||
description = "Leonardo.ai Python API" | ||
readme = "README.md" | ||
license = { file="LICENSE" } | ||
|
@@ -31,6 +35,12 @@ classifiers = [ | |
"Programming Language :: Python :: 3.11", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: Information Technology", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Topic :: Scientific/Engineering :: Image Processing", | ||
"Topic :: Scientific/Engineering :: Visualization", | ||
] | ||
|
||
install_requires = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,29 @@ | ||
[metadata] | ||
name = leonardo-api | ||
name = leonardo_api | ||
version = attr: leonardo_api.0.0.6 | ||
author = Iliya Vereshchagin | ||
author_email = [email protected] | ||
maintainer = Iliya Vereshchagin | ||
maintainer_email = [email protected] | ||
url = https://github.com/wwakabobik/leonardo_api | ||
description = Leonardo.ai Python API | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
keywords = leonardo, leonardo.ai, image generation, stablediffusion, api | ||
keywords = leonardo, leonardo.ai, image generation, stablediffusion, api, llm, ai, artificial intelligence | ||
license = MIT License | ||
python_requires = >=3.9 | ||
classifiers = | ||
License :: OSI Approved :: MIT License | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Operating System :: OS Independent | ||
Intended Audience :: Developers | ||
Intended Audience :: Information Technology | ||
Topic :: Software Development :: Libraries :: Python Modules | ||
Topic :: Scientific/Engineering :: Artificial Intelligence | ||
Topic :: Scientific/Engineering :: Image Processing | ||
Topic :: Scientific/Engineering :: Visualization | ||
|
||
[options] | ||
install_requires = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters