start removing references to discord.py
This commit is contained in:
parent
e3fe1b52b2
commit
c6c52649c2
|
|
@ -14,7 +14,7 @@ repos:
|
|||
rev: 23.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.10
|
||||
language_version: python3.11
|
||||
- repo: https://github.com/asottile/blacken-docs
|
||||
rev: 1.13.0
|
||||
hooks:
|
||||
|
|
@ -38,4 +38,4 @@ repos:
|
|||
- id: pycln
|
||||
|
||||
default_language_version:
|
||||
python: python3.10
|
||||
python: python3.11
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
[](https://discord.gg/r64qjTSHG8) [](https://pomice.readthedocs.io/en/latest/)
|
||||
|
||||
|
||||
Pomice is a fully asynchronous Python library designed for communicating with [Lavalink](https://github.com/freyacodes/Lavalink) seamlessly within the [discord.py](https://github.com/Rapptz/discord.py) library. It features 100% coverage of the [Lavalink](https://github.com/freyacodes/Lavalink) spec that can be accessed with easy-to-understand functions along with Spotify and Apple Music querying capabilities using built-in custom clients, making it easier to develop your next big music bot.
|
||||
Pomice is a fully asynchronous Python library designed for communicating with [Lavalink](https://github.com/freyacodes/Lavalink). It features 100% coverage of the [Lavalink](https://github.com/freyacodes/Lavalink) spec that can be accessed with easy-to-understand functions along with Spotify and Apple Music querying capabilities using built-in custom clients, making it easier to develop your next big music bot.
|
||||
|
||||
## Quick Links
|
||||
- [Discord Server](https://discord.gg/r64qjTSHG8)
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -50,7 +50,7 @@ setuptools.setup(
|
|||
url="https://github.com/cloudwithax/pomice",
|
||||
packages=setuptools.find_packages(),
|
||||
license="GPL",
|
||||
description="The modern Lavalink wrapper designed for Discord.py",
|
||||
description="The modern Lavalink wrapper for Python.",
|
||||
long_description=readme,
|
||||
long_description_content_type="text/markdown",
|
||||
package_data={"pomice": ["py.typed"]},
|
||||
|
|
@ -69,5 +69,5 @@ setuptools.setup(
|
|||
"Topic :: Internet",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
keywords=["pomice", "lavalink", "discord.py"],
|
||||
keywords=["pomice", "lavalink", "discord"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue