Rename LICENSE.txt to LICENSE

This commit is contained in:
Mads Marquart
2018-06-21 15:29:52 +02:00
parent 4f032cd946
commit 060f64b4d2
4 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
include LICENSE.txt include LICENSE
include README.rst include README.rst

View File

@@ -2,7 +2,7 @@ fbchat: Facebook Chat (Messenger) for Python
============================================ ============================================
.. image:: https://img.shields.io/badge/license-BSD-blue.svg .. image:: https://img.shields.io/badge/license-BSD-blue.svg
:target: LICENSE.txt :target: https://github.com/carpedm20/fbchat/tree/master/LICENSE
:alt: License: BSD :alt: License: BSD
.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%20pypy-blue.svg .. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%20pypy-blue.svg

View File

@@ -2,7 +2,7 @@
name = fbchat name = fbchat
version = attr: fbchat.__version__ version = attr: fbchat.__version__
license = BSD license = BSD
license_file = LICENSE.txt license_file = LICENSE
author = Taehoon Kim author = Taehoon Kim
author_email = carpedm20@gmail.com author_email = carpedm20@gmail.com