Skip to content

Commit

Permalink
Add optional dependency (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Jan 31, 2024
1 parent dc96f5f commit 00bb7cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "slack_sdk"
dynamic = ["version", "readme", "authors"]
dynamic = ["version", "readme", "authors", "optional-dependencies"]
description = "The Slack API Platform SDK for Python"
license = { text = "MIT" }
requires-python = ">=3.6"
Expand Down Expand Up @@ -48,6 +48,7 @@ include = ["slack*", "slack_sdk*"]
[tool.setuptools.dynamic]
version = { attr = "slack_sdk.version.__version__" }
readme = { file = ["README.md"], content-type = "text/markdown" }
optional-dependencies.optional = { file = ["requirements/optional.txt"] }

[tool.distutils.bdist_wheel]
universal = true
Expand Down

0 comments on commit 00bb7cd

Please sign in to comment.