Skip to content

Commit

Permalink
fix extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Jan 19, 2022
1 parent ad09afd commit e3014ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def read_requirements_from_here(here: Path, filename: str = None) -> list:
python_requires=">={}".format(".".join(str(n) for n in min_version)),
packages=find_packages(exclude=["docs", "tests"]),
include_package_data=True,
extras_require=extras_require,
install_requires=extras_require["base"],
license="BSD (3-clause)",
classifiers=[
Expand Down

0 comments on commit e3014ca

Please sign in to comment.