Skip to content

Commit

Permalink
Merge pull request #58 from tekktrik/dev/add-opp-deps
Browse files Browse the repository at this point in the history
Add optional dependencies to pyproject.toml
  • Loading branch information
tekktrik authored Feb 4, 2023
2 parents fc01ef0 + 76e7e0a commit b1b4bc8
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 @@ -39,10 +39,11 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dynamic = ["dependencies"]
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools]
py-modules = ["adafruit_bme680"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
optional-dependencies = {optional = {file = ["optional_requirements.txt"]}}

0 comments on commit b1b4bc8

Please sign in to comment.