File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023 moi15moi
3+ Copyright (c) 2025 moi15moi
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description = "FontCollector for Advanced SubStation Alpha file."
44authors = [
55 { name = " moi15moi" , email = " moi15moismokerlolilol@gmail.com" },
66]
7- license = { text = " MIT" }
7+ license = " MIT"
8+ license-files = [" LICENSE" ]
89readme = " README.md"
910requires-python = " >=3.9"
1011dependencies = [
@@ -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]
3232dynamic = [" version" ]
@@ -39,7 +39,7 @@ Source = "https://github.com/moi15moi/FontCollector/"
3939Tracker = " https://github.com/moi15moi/FontCollector/issues/"
4040
4141[build-system ]
42- requires = [" setuptools" ]
42+ requires = [" setuptools>=77.0.0 " ]
4343build-backend = " setuptools.build_meta"
4444
4545[tool .setuptools .dynamic ]
You can’t perform that action at this time.
0 commit comments