Skip to content

Commit

Permalink
refactor to use src file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius committed Feb 28, 2024
1 parent 9334bf3 commit 72800ea
Show file tree
Hide file tree
Showing 136 changed files with 25 additions and 140 deletions.
5 changes: 3 additions & 2 deletions .idea/MangaManagerV2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/runConfigurations/Unittests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 0 additions & 65 deletions MangaManager/MangaManagerCuda.spec

This file was deleted.

70 changes: 0 additions & 70 deletions MangaManager/MangaManagerNoCuda.spec

This file was deleted.

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.
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.
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.
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
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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
18 changes: 18 additions & 0 deletions src/test_settings.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[Main]
library_path = test_dir
covers_folder_path =
cache_cover_images = True
create_backup_comicinfo = True
move_to_template =
remove_old_selection_on_drag_drop = True
darkmode_enabled = False

[Webp Converter]
default_base_path =

[External Sources]
default_metadata_source = AniList
default_cover_source = MangaDex

[Message Box]

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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def update_version_file():
"""Updates the version file with the hash from prev-rev."""
version_file_path = os.path.join(
os.path.dirname(__file__), "MangaManager","src", "__version__.py"
os.path.dirname(__file__), "MangaManager", "__version__.py"
)

# Read the version file
Expand Down

0 comments on commit 72800ea

Please sign in to comment.