Skip to content

Commit f8a5f8b

Browse files
authored
Rename Project to akinator
1 parent 9e5cfd3 commit f8a5f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "akinator.py"
2+
name = "akinator"
33
version = "1.0.0"
44
description = "An API wrapper for Akinator."
55
authors = ["Mr.Brawler <omkaar.nerurkar@gmail.com>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
READ_ME = open(os.path.join(DIRECTORY, "README.rst")).read()
1111

1212
setup(
13-
name = "akinator.py",
13+
name = "akinator",
1414
version = "1.0.0",
1515
author = "Omkaar",
1616
author_email = "omkaar.nerurkar@gmail.com",

0 commit comments

Comments
 (0)