Skip to content

Commit d17d97d

Browse files
committed
Run pre-commit
1 parent 3b8133a commit d17d97d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ authors = [
1212
# See https://www.python.org/dev/peps/pep-0621/
1313
dependencies = []
1414
description = ""
15+
licence-files = ["LICENSE"]
1516
license = {text = "GPL-3.0+"}
1617
name = "nina-python-template"
1718
readme = "README.md"
1819
requires-python = ">=3.10.5"
1920
version = "0.2.5"
20-
licence-files = ["LICENSE"]
2121

2222
[tool.bumpversion]
2323
allow_dirty = false

python/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

0 commit comments

Comments
 (0)