Skip to content

Commit

Permalink
4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaM-TL committed Jan 1, 2024
1 parent 4df1782 commit 1a63448
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2024

4.4.3 entrypoint to easier run by execution fotokilof

## 2023

4.4.2 Faster opening picture in system viewer under Windows and Macos
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2023 Tomasz Łuczak, TeaM-TL
Copyright (c) 2019-2024 Tomasz Łuczak, TeaM-TL
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
6 changes: 3 additions & 3 deletions fotokilof/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

"""
Copyright (c) 2019-2023 Tomasz Łuczak, TeaM-TL
Copyright (c) 2019-2024 Tomasz Łuczak, TeaM-TL
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,11 +22,11 @@
THE SOFTWARE.
"""

__version__ = "4.4.2"
__version__ = "4.4.3"
__author__ = "Tomasz Łuczak"
__email__ = "[email protected]"
__appname__ = "FotoKilof"
__description__ = "Nice gui for ImageMagick"
__keywords__ = "GUI ImageMagick FotoKilof"
__url__ = "https://github.com/TeaM-TL/FotoKilof"
__copyright__ = "2019-2023"
__copyright__ = "2019-2024"
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
include_package_data=True,
packages=find_packages(),
install_requires=['pillow','wand','ttkbootstrap'],
# entry_points = {
# "gui_scripts": [
# "fotokilof = fotokilof:__main__",
# ]
# },
entry_points = {
"gui_scripts": [
"fotokilof = fotokilof:__main__",
]
},
)

0 comments on commit 1a63448

Please sign in to comment.