Skip to content

Commit

Permalink
minor metadata updates
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 13, 2021
1 parent 3bbfabe commit 1230e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -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/.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1230e51

Please sign in to comment.