-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from wwakabobik/0.0.3
Updated metadata
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ keywords = ["openai", "chatgpt", "dalle", "dalle2", "ai", "artificial intelligen | |
authors = [ | ||
{ name="Iliya Vereshchagin", email="[email protected]" }, | ||
] | ||
maintainers = [ | ||
{ name="Iliya Vereshchagin", email="[email protected]" }, | ||
] | ||
description = "OpenAI Python API" | ||
readme = "README.md" | ||
license = { file="LICENSE" } | ||
|
@@ -33,6 +36,13 @@ 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", | ||
"Topic :: Scientific/Engineering :: Human Machine Interfaces", | ||
] | ||
|
||
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 |
---|---|---|
|
@@ -3,6 +3,8 @@ name = openai-python-api | |
version = attr: openai-python-api.0.0.3 | ||
author = Iliya Vereshchagin | ||
author_email = [email protected] | ||
maintainer = Iliya Vereshchagin | ||
maintainer_email = [email protected] | ||
url = https://github.com/wwakabobik/openai_api | ||
description = OpenAI Python API | ||
long_description = file: README.md | ||
|
@@ -15,6 +17,14 @@ classifiers = | |
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 | ||
Topic :: Scientific/Engineering :: Human Machine Interfaces | ||
|
||
[options] | ||
install_requires = | ||
|