Skip to content

Commit 10d3043

Browse files
committed
Add license-files to pyproject.toml + bump LICENSE year
license-files has been introduced with 77.0.0 (https://setuptools.pypa.io/en/latest/history.html#v77-0-0), so let's also bump the required version.
1 parent c0c148c commit 10d3043

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 moi15moi
3+
Copyright (c) 2025 moi15moi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description = "FontCollector for Advanced SubStation Alpha file."
44
authors = [
55
{ name = "moi15moi", email = "moi15moismokerlolilol@gmail.com" },
66
]
7-
license = { text = "MIT" }
7+
license = "MIT"
8+
license-files = ["LICENSE"]
89
readme = "README.md"
910
requires-python = ">=3.9"
1011
dependencies = [
@@ -26,7 +27,6 @@ classifiers=[
2627
"Programming Language :: Python :: 3.11",
2728
"Programming Language :: Python :: 3.12",
2829
"Programming Language :: Python :: 3.13",
29-
"License :: OSI Approved :: MIT License",
3030
"Typing :: Typed",
3131
]
3232
dynamic = ["version"]
@@ -39,7 +39,7 @@ Source = "https://github.com/moi15moi/FontCollector/"
3939
Tracker = "https://github.com/moi15moi/FontCollector/issues/"
4040

4141
[build-system]
42-
requires = ["setuptools"]
42+
requires = ["setuptools>=77.0.0"]
4343
build-backend = "setuptools.build_meta"
4444

4545
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)