Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Apr 25, 2022
1 parent 0044865 commit 16b3345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
keywords = [ 'documentation', 'docs', 'generator', 'markdown', 'pydoc' ]
keywords = [ "documentation", "docs", "generator", "markdown", "pydoc" ]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down Expand Up @@ -115,4 +115,3 @@ line-length = 120
profile = "black"
line_length = 120
combine_as_imports = true
indent = " "

0 comments on commit 16b3345

Please sign in to comment.