Antonio Cheong
commited on
Update pyproject.toml
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -6,6 +6,7 @@ readme = "README.md"
|
|
6 |
requires-python = ">=3.8"
|
7 |
license = {file = "LICENSE"}
|
8 |
keywords = ["Bing", "ChatGPT"]
|
|
|
9 |
authors = [
|
10 |
{name = "Antonio Cheong", email = "acheong@student.dalat.org"},
|
11 |
]
|
|
|
6 |
requires-python = ">=3.8"
|
7 |
license = {file = "LICENSE"}
|
8 |
keywords = ["Bing", "ChatGPT"]
|
9 |
+
py_modules = ["EdgeGPT"]
|
10 |
authors = [
|
11 |
{name = "Antonio Cheong", email = "acheong@student.dalat.org"},
|
12 |
]
|