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- ===============
21interactions.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
Original file line number Diff line number Diff line change 44 "path" : " ."
55 }
66 ],
7- "settings" : {}
7+ "settings" : {
8+ "esbonio.sphinx.confDir" : " "
9+ }
810}
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments