We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8b6a9 commit e985980Copy full SHA for e985980
CHANGELOG.md
pyproject.toml
@@ -45,7 +45,7 @@ exclude_lines = [
45
]
46
47
[tool.poetry]
48
-name = "ai21"
+name = "ai21-python"
49
version = "1.0.0-rc.2"
50
description = ""
51
authors = ["AI21 Labs"]
setup.py
@@ -12,7 +12,7 @@
12
long_description = "\\n" + fh.read()
13
14
setup(
15
- name="ai21",
+ name="ai21_python",
16
version=VERSION,
17
license="MIT",
18
author="AI21 Labs",
0 commit comments