Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 1, 2022
1 parent 3f8ffe5 commit 3cfe117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Multimedia :: Graphics :: Capture :: Screen Capture",
"Topic :: Multimedia :: Sound/Audio :: Capture/Recording",
"Topic :: Multimedia :: Video :: Capture"
]
license = {file = "LICENSE.txt"}
dynamic = ["readme"]
requires-python = ">=3.7"

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

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

[tool.black]
line-length = 100
Expand Down

0 comments on commit 3cfe117

Please sign in to comment.