Skip to content

Commit

Permalink
Merge pull request #159 from naik-aakash/fix_mpstyle_not_included
Browse files Browse the repository at this point in the history
Fix missing matplotlib style file in package installation
  • Loading branch information
JaGeo authored Oct 5, 2023
2 parents b743a0d + 79543ff commit df26c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-mock pytest-split pytest-cov
python -m pip install types-setuptools
pip install -e .[featurizer]
pip install .[featurizer]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dependencies = [
"typing",
]

[tool.setuptools.package-data]
"lobsterpy.plotting" = ["lobsterpy_base.mplstyle"]

[project.urls]
homepage = "https://lobsterpy.readthedocs.io/en/latest/?badge=latest"
repository = "https://github.com/JaGeo/LobsterPy"
Expand Down

0 comments on commit df26c61

Please sign in to comment.