Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b21f7044eb
|
|||
0cdd887e63 |
@@ -1,5 +1,5 @@
|
|||||||
__name__ = "libbot"
|
__name__ = "libbot"
|
||||||
__version__ = "0.7"
|
__version__ = "0.8"
|
||||||
__license__ = "GPL3"
|
__license__ = "GPL3"
|
||||||
__author__ = "Profitroll"
|
__author__ = "Profitroll"
|
||||||
|
|
||||||
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "libbot"
|
name = "libbot"
|
||||||
version = "0.7"
|
version = "0.8"
|
||||||
authors = [{ name = "Profitroll" }]
|
authors = [{ name = "Profitroll" }]
|
||||||
description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
|
description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.8"
|
||||||
license = { text = "GPL3" }
|
license = { text = "GPL3" }
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
@@ -28,7 +28,7 @@ dependencies = ["aiofiles~=23.1.0"]
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
pycord = ["py-cord>=2.0.0"]
|
pycord = ["py-cord>=2.0.0"]
|
||||||
pyrogram = ["pyrogram>=2.0.0"]
|
pyrogram = ["pyrogram>=2.0.0"]
|
||||||
speed = ["ujson==5.7.0"]
|
speed = ["ujson~=5.8.0"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Source = "https://git.end-play.xyz/profitroll/LibBotUniversal"
|
Source = "https://git.end-play.xyz/profitroll/LibBotUniversal"
|
||||||
|
Reference in New Issue
Block a user