Skip to content

Commit

Permalink
chore: format pyproject.toml with dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 27, 2022
1 parent f1cb70b commit 271d737
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,24 @@ classifiers = [
"Topic :: Database",
"Topic :: Software Development :: Internationalization",
"Topic :: Software Development :: Localization",
"Topic :: Utilities"
"Topic :: Utilities",
]
keywords = [
"unihan",
"sqlalchemy",
"cjk",
"chinese",
"japanese",
"sql",
"database",
]
keywords = ["unihan", "sqlalchemy", "cjk", "chinese", "japanese", "sql", "database"]

readme = 'README.md'
packages = [
{ include = "unihan_db" }
{ include = "unihan_db" },
]
include = [
{ path = "tests", format = "sdist" }
{ path = "tests", format = "sdist" },
]

homepage = "https://unihan-db.git-pull.com"
Expand Down Expand Up @@ -76,7 +84,18 @@ isort = "*"
flake8 = "*"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-issues", "sphinx-autodoc-typehints", "sphinx-autobuild", "sphinx-copybutton", "sphinxext-opengraph", "sphinx-inline-tabs", "sphinxext-rediraffe", "myst_parser", "furo"]
docs = [
"sphinx",
"sphinx-issues",
"sphinx-autodoc-typehints",
"sphinx-autobuild",
"sphinx-copybutton",
"sphinxext-opengraph",
"sphinx-inline-tabs",
"sphinxext-rediraffe",
"myst_parser",
"furo",
]
test = ["pytest", "pytest-rerunfailures", "pytest-watcher"]
coverage = ["codecov", "coverage", "pytest-cov"]
format = ["black", "isort"]
Expand Down

0 comments on commit 271d737

Please sign in to comment.