mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed improper license definition.
This commit is contained in:
2
pyproject.toml
vendored
2
pyproject.toml
vendored
@@ -8,7 +8,7 @@ dynamic = ["version"]
|
||||
description = ''
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
license = "LICENSE"
|
||||
license = "GPL-3.0-or-later"
|
||||
keywords = []
|
||||
authors = [
|
||||
{ name = "th3r00t", email = "tty0@th3r00t.dev" },
|
||||
|
||||
2
src/__about__.py
vendored
2
src/__about__.py
vendored
@@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2023-present th3r00t <tty0@th3r00t.dev>
|
||||
#
|
||||
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
__version__ = "0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user