Skip to content

Commit

Permalink
pip: pyproject.toml: add license and authors
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Jul 22, 2024
1 parent e5e1f4c commit d67e5df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ build-backend = "setuptools.build_meta"
version = "0.1.2"
name = "milan"
description = "Browser testing and capturing tool"

authors = [
{ name="Florian Scherf", email="[email protected]" },
]

readme = "README.md"
license = { file="LICENSE.txt" }

requires-python = ">=3.8"

Expand Down

0 comments on commit d67e5df

Please sign in to comment.