File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
- ===============
2
1
interactions.py
3
2
===============
4
3
5
4
**Easy, simple, scalable and modular: a Python API wrapper for interactions. **
6
5
7
6
.. 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
10
7
11
8
.. 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
14
9
15
10
.. 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
18
11
19
12
.. 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
22
13
23
14
.. image :: https://readthedocs.org/projects/discord-interactions/badge/?version=latest
24
- :target: http://discord-interactions.readthedocs.io/?badge=latest
25
- :alt: Documentation Status
26
15
27
16
.. image :: https://discord.com/api/guilds/789032594456576001/embed.png
28
- :target: https://discord.gg/KkgMBVuEkx
29
- :alt: Discord
30
17
31
18
----
32
19
Original file line number Diff line number Diff line change 4
4
"path" : " ."
5
5
}
6
6
],
7
- "settings" : {}
7
+ "settings" : {
8
+ "esbonio.sphinx.confDir" : " "
9
+ }
8
10
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read_requirements(filename):
34
34
install_requires = requirements ,
35
35
license = "GPL-3.0 License" ,
36
36
long_description = README ,
37
- # long_description_content_type="text/x-rst",
37
+ long_description_content_type = "text/x-rst" ,
38
38
url = "https://github.com/interactions-py/library" ,
39
39
packages = find_packages (),
40
40
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments