Skip to content

Commit

Permalink
Add setuptools dependency to fix mdshw5#206
Browse files Browse the repository at this point in the history
Long-term solution once I stop supporting python < 3.8 should be to switch to https://docs.python.org/3/library/importlib.metadata.html#module-importlib.metadata
  • Loading branch information
mdshw5 authored Feb 16, 2023
1 parent 9bc371e commit 4de0b61
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 @@ -27,7 +27,8 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
dependencies = [
"six"
"six",
"setuptools"
]
dynamic = ["version"]

Expand Down

0 comments on commit 4de0b61

Please sign in to comment.