We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd94fe7 + 52e218d commit fa24a8aCopy full SHA for fa24a8a
pyproject.toml
@@ -45,7 +45,7 @@ dependencies = [
45
"jira>=3.8",
46
"python-dateutil>=2.8.0,<3.0",
47
"natsort>=8.3.1",
48
- "python-decouple"
+ "python-decouple",
49
]
50
51
[project.urls]
@@ -55,6 +55,5 @@ Repository = "https://github.com/melexis/jira-juggler"
55
[project.scripts]
56
jira-juggler = "mlx.jira_juggler.jira_juggler:entrypoint"
57
58
-
59
[tool.setuptools.package-data]
60
"*" = ["*"]
0 commit comments