Skip to content

Commit

Permalink
Added colormap functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
MNoichl committed Jul 24, 2023
1 parent 0bab856 commit a039a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ install_requires =
matplotlib
seaborn
requests
colormaps

[options.packages.find]
where = src
Expand Down
2 changes: 2 additions & 0 deletions src/opinionated/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
import time
import shutil
import glob
import colormaps as cmaps



from .core import (
Expand Down

0 comments on commit a039a4d

Please sign in to comment.