Skip to content

Commit

Permalink
add LICENCE text
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
casperdcl committed Jan 31, 2018
1 parent 27d22b3 commit de95746
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -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/.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Misc
include .coveragerc
include LICENCE
include Makefile
include tox.ini
include git-fame_completion.bash
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit de95746

Please sign in to comment.