Skip to content

Commit

Permalink
Format using taplo
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Feb 19, 2022
1 parent f316fd8 commit 983b7f1
Showing 1 changed file with 17 additions and 32 deletions.
49 changes: 17 additions & 32 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,24 @@ description = "Install and Run Python Applications in Isolated Environments"
readme = "README.md"
license = "MIT"
requires-python = ">=3.7"
keywords = [
"pip",
"install",
"cli",
"workflow",
"Virtual Environment",
]
authors = [
{ name = "Chad Smith", email = "chadsmith.software@gmail.com" },
]
keywords = ["pip", "install", "cli", "workflow", "Virtual Environment"]
authors = [{ name = "Chad Smith", email = "chadsmith.software@gmail.com" }]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"argcomplete>=1.9.4",
"colorama>=0.4.4; sys_platform == 'win32'",
"importlib-metadata>=3.3.0; python_version < '3.8'",
"packaging>=20.0",
"userpath>=1.6.0",
"argcomplete>=1.9.4",
"colorama>=0.4.4; sys_platform == 'win32'",
"importlib-metadata>=3.3.0; python_version < '3.8'",
"packaging>=20.0",
"userpath>=1.6.0",
]
dynamic = ["version"]

Expand All @@ -50,21 +42,14 @@ source = "code"
path = "src/pipx/version.py"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/logo.png",
"/pipx_demo.gif",
"/*.md",
]
include = ["/src", "/logo.png", "/pipx_demo.gif", "/*.md"]

[tool.isort]
profile = "black"
known_first_party = ["helpers", "package_info"]

[tool.pytest.ini_options]
markers = [
"all_packages: test install with maximum number of packages",
]
markers = ["all_packages: test install with maximum number of packages"]

[tool.black]
skip-magic-trailing-comma = true

0 comments on commit 983b7f1

Please sign in to comment.