Skip to content

Commit e985980

Browse files
authored
feat: project name (#16)
* feat: project name * fix: name
1 parent ea8b6a9 commit e985980

File tree

3 files changed

+2
-239
lines changed

3 files changed

+2
-239
lines changed

CHANGELOG.md

Lines changed: 0 additions & 237 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exclude_lines = [
4545
]
4646

4747
[tool.poetry]
48-
name = "ai21"
48+
name = "ai21-python"
4949
version = "1.0.0-rc.2"
5050
description = ""
5151
authors = ["AI21 Labs"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = "\\n" + fh.read()
1313

1414
setup(
15-
name="ai21",
15+
name="ai21_python",
1616
version=VERSION,
1717
license="MIT",
1818
author="AI21 Labs",

0 commit comments

Comments
 (0)