diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..d8389aa --- /dev/null +++ b/LICENCE @@ -0,0 +1,10 @@ +* files: * + MPLv2.0 2015-2018 (c) Casper da Costa-Luis + [casperdcl](https://github.com/casperdcl). + + +Mozilla Public Licence (MPL) v. 2.0 - Exhibit A +----------------------------------------------- + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. +If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/MANIFEST.in b/MANIFEST.in index 59ba0c0..1aa3c9a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ # Misc include .coveragerc +include LICENCE include Makefile include tox.ini include git-fame_completion.bash diff --git a/setup.py b/setup.py index 9355b88..567478c 100644 --- a/setup.py +++ b/setup.py @@ -195,6 +195,7 @@ def execute_makefile_commands(commands, alias, verbose=False): install_requires=['argopt>=0.3.5'], entry_points={'console_scripts': ['git-fame=gitfame:main'], }, data_files=[('man/man1', ['git-fame.1'])], + package_data={'': ['LICENCE']}, ext_modules=cythonize(["gitfame/_gitfame.py", "gitfame/_utils.py"], nthreads=2), classifiers=[