Skip to content

Commit 48df214

Browse files
authored
Declare license in package (#3)
* Mention license in pyproject.toml * New patch
1 parent 29d884f commit 48df214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[project]
22
name = "tabbyset"
3-
version = "1.0.1"
3+
version = "1.0.2"
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)