Skip to content

Commit 6fe4150

Browse files
Add license.txt to source distribution
1 parent df7c74d commit 6fe4150

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
@@ -14,6 +14,8 @@ classifiers = [
1414
"Development Status :: 3 - Alpha"
1515
]
1616

17+
include = ["license.txt"]
18+
1719
[tool.poetry.dependencies]
1820
python = "^3.10"
1921

@@ -62,4 +64,4 @@ disable = [
6264
]
6365

6466
[tool.pylint.basic]
65-
good-names=['R','i','j','k','ex','Run','_']
67+
good-names=['R','i','j','k','ex','Run','_']

0 commit comments

Comments
 (0)