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:
Tiara Rodney 2025-06-20 20:40:08 +02:00
commit 18d4958658
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
3 changed files with 2 additions and 2 deletions

0
LICENSE Normal file
View file

2
TODO
View file

@ -145,7 +145,7 @@ Description: use dot namespaces to make the package a little more elegant
ID: 9
Type: bugfix
Title: fix LICENSE reference
Status: in-progress
Status: done
Priority: high
Created: 2025-06-20
Description: license specification is no longer a trove classifier in

View file

@ -12,7 +12,7 @@ description = "personal utilities and helpers"
authors = [
{ name = "Tiara Rodney", email = "tiara.rodney@administratrix.de" }
]
license = { file = "LICENSE" }
license-files = ["LICENSE"]
readme = "README.md"
classifiers = [
"Development Status :: 1 - Planning",