Updated setup.py and requirements, now we use setup.cfg

This commit is contained in:
Mads Marquart
2018-06-20 13:35:56 +02:00
parent d640e7d2ea
commit 44ebf38e47
9 changed files with 83 additions and 91 deletions

View File

@@ -31,6 +31,15 @@ Installation:
$ pip install fbchat
You can also install from source, by using `setuptools` (You need at least version 30.3.0):
.. code-block:: console
$ git clone https://github.com/carpedm20/fbchat.git
$ cd fbchat
$ python setup.py install
Maintainer
----------