Skip to content

Commit 11b1c84

Browse files
committed
fix/ADMIN: correct improper description
1 parent 47122b5 commit 11b1c84

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

README.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,19 @@
1-
===============
21
interactions.py
32
===============
43

54
**Easy, simple, scalable and modular: a Python API wrapper for interactions.**
65

76
.. image:: https://img.shields.io/pypi/dm/discord-py-slash-command.svg
8-
:target: https://pypi.python.org/pypi/discord-py-interactions/
9-
:alt: PyPI Monthly Downloads
107

118
.. image:: https://img.shields.io/github/license/goverfl0w/discord-interactions.svg
12-
:target: https://github.com/goverfl0w/discord-interactions/blob/master/LICENSE
13-
:alt: License
149

1510
.. image:: https://img.shields.io/pypi/pyversions/discord-py-interactions.svg
16-
:target: https://pypi.python.org/pypi/discord-py-interactions/
17-
:alt: PyPI Versions
1811

1912
.. image:: https://img.shields.io/pypi/v/discord-py-interactions.svg
20-
:target: https://pypi.python.org/pypi/discord-py-interactions/
21-
:alt: PyPI Version
2213

2314
.. image:: https://readthedocs.org/projects/discord-interactions/badge/?version=latest
24-
:target: http://discord-interactions.readthedocs.io/?badge=latest
25-
:alt: Documentation Status
2615

2716
.. image:: https://discord.com/api/guilds/789032594456576001/embed.png
28-
:target: https://discord.gg/KkgMBVuEkx
29-
:alt: Discord
3017

3118
----
3219

interactions.py.code-workspace

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"path": "."
55
}
66
],
7-
"settings": {}
7+
"settings": {
8+
"esbonio.sphinx.confDir": ""
9+
}
810
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_requirements(filename):
3434
install_requires=requirements,
3535
license="GPL-3.0 License",
3636
long_description=README,
37-
# long_description_content_type="text/x-rst",
37+
long_description_content_type="text/x-rst",
3838
url="https://github.com/interactions-py/library",
3939
packages=find_packages(),
4040
include_package_data=True,

0 commit comments

Comments
 (0)