From 060f64b4d209fccd98166b4082ee3ce4c1e52aee Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 21 Jun 2018 15:29:52 +0200 Subject: [PATCH] Rename LICENSE.txt to LICENSE --- LICENSE.txt => LICENSE | 0 MANIFEST.in | 2 +- README.rst | 2 +- setup.cfg | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename LICENSE.txt => LICENSE (100%) diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/MANIFEST.in b/MANIFEST.in index 97e2ad3..9d5d250 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include LICENSE.txt +include LICENSE include README.rst diff --git a/README.rst b/README.rst index 441e203..bb56c4a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ fbchat: Facebook Chat (Messenger) for Python ============================================ .. 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 .. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%20pypy-blue.svg diff --git a/setup.cfg b/setup.cfg index dbd7670..748ca86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = fbchat version = attr: fbchat.__version__ license = BSD -license_file = LICENSE.txt +license_file = LICENSE author = Taehoon Kim author_email = carpedm20@gmail.com