Add MANIFEST file for pip.

This commit is contained in:
Rapptz 2015-08-27 07:16:11 -04:00
parent 29b71a7e88
commit fbb045cc1f
2 changed files with 12 additions and 0 deletions

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include README.md
include LICENSE

View File

@ -4,6 +4,16 @@ discord.py is an API wrapper for Discord written in Python.
This was written to allow easier writing of bots or chat logs. This was written to allow easier writing of bots or chat logs.
## Installing
Installing is pretty easy.
```
pip install discord.py
```
Will install the latest 'stable' version of the library.
## This module is alpha! ## This module is alpha!
The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility. The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility.