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