Skip to content

Commit b0b1e15

Browse files
Merge pull request #2 from moravveji/pyproject-styling
pyproject.toml compatibility for pip
2 parents 36b5763 + 56d8e25 commit b0b1e15

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
@@ -12,11 +12,13 @@ description = "Mango Auth is a small python module to authenticate using interac
1212
readme = "README.md"
1313
requires-python = ">=3.8"
1414
license = "BSD-3-Clause"
15-
license-files = [ "LICENSE" ]
1615
dependencies = [
1716
"python-irodsclient >= 3.2.0",
1817
]
1918

19+
[tool.setuptools]
20+
license-files = ["LICENSE"]
21+
2022
[project.scripts]
2123
mango_auth = "mango_auth:iinit_cli"
2224

0 commit comments

Comments
 (0)