Antonio Cheong commited on
Commit
67bbadd
·
unverified ·
1 Parent(s): 38220d6

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. 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
  ]