Skip to content

Commit 53d7100

Browse files
committed
Move themes and images back to src/ncvue
1 parent 29a04e0 commit 53d7100

File tree

230 files changed

+23
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+23
-12
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prune **
22
include src/ncvue/*.py
3-
graft src/images/*.png
4-
graft src/themes/azure-2.0
3+
include src/ncvue/images/*.png
4+
graft src/ncvue/themes/azure-2.0
55
graft tests
66

77
include AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst LICENSE pyproject.toml setup.cfg

src/ncvue/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
* v4.3, allow multiple netcdf files, Jan 2024, Matthias Cuntz
6363
* v4.4, Add borders, rivers, and lakes checkbuttons in map,
6464
Feb 2024, Matthias Cuntz
65+
* v4.4.1 Move themes and images back to src/ncvue, Feb 2024, Matthias Cuntz
6566
6667
"""
6768
# helper functions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)