Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
  • Loading branch information
henryiii and abravalheri committed Feb 10, 2022
1 parent 46ac2ad commit 494efb5
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 @@ -11,11 +11,11 @@ build-backend = "setuptools.build_meta"
name = "plumbum"
description = "Plumbum: shell combinators library"
readme = "README.rst"
author = { name="Tomer Filiba", email="tomerfiliba@gmail.com" }
authors = [{ name="Tomer Filiba", email="tomerfiliba@gmail.com" }]
license = { file="LICENSE" }
requires-python = ">=3.6"
dynamic = ["version"]
requires = [
dependencies = [
"pywin32; platform_system=='Windows' and platform_python_implementation!='PyPy'",
]
classifiers = [
Expand Down

0 comments on commit 494efb5

Please sign in to comment.