Skip to content

Commit

Permalink
Small fixes to the pyproject formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Jul 18, 2024
1 parent 11c4cba commit bfbe786
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ repository = "https://github.com/rlaphoenix/pydvdcss"
documentation = "https://pydvdcss.readthedocs.io"
keywords = ["python", "library", "dvd", "videolan", "libdvdcss"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Multimedia",
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Conversion",
'Topic :: Security :: Cryptography',
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Multimedia",
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Conversion",
"Topic :: Security :: Cryptography",
]
include = [
{ path = "CHANGELOG.md", format = "sdist" },
{ path = "README.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
{ path = "CHANGELOG.md", format = "sdist" },
{ path = "README.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
]

[tool.poetry.urls]
Expand Down Expand Up @@ -62,6 +62,6 @@ line_length = 120
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
follow_imports = 'silent'
follow_imports = "silent"
ignore_missing_imports = true
no_implicit_optional = true

0 comments on commit bfbe786

Please sign in to comment.