Skip to content

Commit 6f0a5f5

Browse files
committed
Mention license in pyproject.toml
1 parent 29d884f commit 6f0a5f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "tabbyset"
33
version = "1.0.1"
44
description = "Exactpro basic tooling for working with tests proprietary files"
55
readme = "README.md"
6+
license = {text = "Apache-2.0"}
7+
license-files = ["LICENSE"]
68
requires-python = ">=3.9"
79
dependencies = [
810
"tqdm>=4.0.0",

0 commit comments

Comments
 (0)