Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit d2f26cb

Browse files
committed
pypi infos update
1 parent 514487f commit d2f26cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# discord.py button docs
22

3-
https://pypi.org/project/discord-py-buttons/
3+
https://pypi.org/project/discord-buttons/
44

55

66

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44

55
def getVersion():
6-
with open("./discord_py_buttons/__init__.py", "r", encoding="utf-8") as f:
6+
with open("./discord_buttons/__init__.py", "r", encoding="utf-8") as f:
77
return [f for f in f.readlines() if f.startswith("__version__")][0].split('"')[1].split('"')[0]
88
def getReadme():
99
with open("./README.md", "r", encoding="utf-8") as f:
1010
return f.read()
1111

1212
setuptools.setup(
13-
name="discord-buttons",
13+
name="discord-py-buttons",
1414
version=getVersion(),
15-
author="404kuso, RedstoneZockt, ",
15+
author="404kuso, RedstoneZockt",
1616
1717
description="A discord button handler for discord.py",
1818
long_description=getReadme(),

0 commit comments

Comments
 (0)