Skip to content
Snippets Groups Projects
Commit b37c8c2c authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

fix optional dependencies

parent c3c20d79
No related branches found
No related tags found
1 merge request!1Build package
...@@ -15,7 +15,7 @@ classifiers = [ ...@@ -15,7 +15,7 @@ classifiers = [
# "License :: OSI Approved :: MIT License", # "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dynamic = ["version", "dependencies"] dynamic = ["version", "dependencies", "optional-dependencies"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]} dependencies = {file = ["requirements.txt"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment