Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 3cfe117

Browse files
committed
meta
1 parent 3f8ffe5 commit 3cfe117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ classifiers = [
1010
"Development Status :: 5 - Production/Stable",
1111
"Environment :: Console",
1212
"Intended Audience :: End Users/Desktop",
13+
"License :: OSI Approved :: Apache Software License",
1314
"Operating System :: OS Independent",
1415
"Programming Language :: Python :: 3",
1516
"Topic :: Multimedia :: Graphics :: Capture :: Screen Capture",
1617
"Topic :: Multimedia :: Sound/Audio :: Capture/Recording",
1718
"Topic :: Multimedia :: Video :: Capture"
1819
]
19-
license = {file = "LICENSE.txt"}
2020
dynamic = ["readme"]
2121
requires-python = ">=3.7"
2222

@@ -26,7 +26,7 @@ lint = ["flake8", "flake8-bugbear", "flake8-builtins", "flake8-blind-except", "m
2626
captions = ["tinytag"]
2727

2828
[tool.setuptools.dynamic]
29-
readme = {file = ["README.md"]}
29+
readme = {file = ["README.md"], content-type = "text/markdown"}
3030

3131
[tool.black]
3232
line-length = 100

0 commit comments

Comments
 (0)