Skip to content

Commit

Permalink
Merge pull request #20 from BiAPoL/icons-patch
Browse files Browse the repository at this point in the history
Fix path to icons folder in MANIFEST.in
  • Loading branch information
stefanhahmann authored Jun 25, 2024
2 parents 9d13152 + 374640f commit 65e2e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include README.md
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

include src/icons/*.png
include src/biaplotter/icons/*.png
2 changes: 1 addition & 1 deletion src/biaplotter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
from .plotter import CanvasWidget
from .artists import Scatter, Histogram2D
from .selectors import InteractiveRectangleSelector, InteractiveEllipseSelector, InteractiveLassoSelector
Expand Down

0 comments on commit 65e2e9b

Please sign in to comment.