diff --git a/LICENCE b/LICENCE index f0b17f7..1e37a15 100644 --- a/LICENCE +++ b/LICENCE @@ -1,12 +1,10 @@ * files: * - MPLv2.0 2016-2020 (c) Casper da Costa-Luis + MPLv2.0 2016-2021 (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/. +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 project, You can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/setup.cfg b/setup.cfg index 205a6f6..8232a2e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,7 +80,7 @@ packages=find: yaml=pyyaml tabulate= full=pyyaml -dev=pyyaml; py-make>=0.1.0; twine; wheel; pre-commit +dev=pyyaml; py-make>=0.1.0; twine; wheel [options.entry_points] console_scripts= git-fame=gitfame:main @@ -94,7 +94,7 @@ universal=1 [flake8] extend-ignore=E111,E114 max_line_length=88 -exclude=.eggs,.tox,dist,build,dist,.git,__pycache__ +exclude=.eggs,.tox,build,dist,.git,__pycache__ [isort] profile=black