Merge branch 'bugfix/9' into dev
ID: 9
Type: bugfix
Title: fix LICENSE reference
Status: done
Priority: high
Created: 2025-06-20
Description: license specification is no longer a trove classifier in
pyproject.toml, hence the reference to LICENSE must be changed
This commit is contained in:
commit
18d4958658
3 changed files with 2 additions and 2 deletions
0
LICENSE
Normal file
0
LICENSE
Normal file
2
TODO
2
TODO
|
|
@ -145,7 +145,7 @@ Description: use dot namespaces to make the package a little more elegant
|
||||||
ID: 9
|
ID: 9
|
||||||
Type: bugfix
|
Type: bugfix
|
||||||
Title: fix LICENSE reference
|
Title: fix LICENSE reference
|
||||||
Status: in-progress
|
Status: done
|
||||||
Priority: high
|
Priority: high
|
||||||
Created: 2025-06-20
|
Created: 2025-06-20
|
||||||
Description: license specification is no longer a trove classifier in
|
Description: license specification is no longer a trove classifier in
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ description = "personal utilities and helpers"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
|
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
|
||||||
]
|
]
|
||||||
license = { file = "LICENSE" }
|
license-files = ["LICENSE"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 1 - Planning",
|
"Development Status :: 1 - Planning",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue