Skip to content

Commit

Permalink
Merge 06b4d6e into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2022
2 parents 22abc70 + 06b4d6e commit 2599581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion img2texture/_constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.5"
__version__ = "1.0.6"

__copyright__ = "(c) Artsiom iG <ortemeo@gmail.com>"
__license__ = "MIT"
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def load_module_dict(filename: str) -> dict:

packages=find_packages(include=[name, f'{name}.*']),

python_requires='>=3.7',
install_requires=["pillow"],
python_requires='>=3.7, <4',
install_requires=["pillow>=9.2, <10"],

description="Command line utility for converting images to seamless tiles.",
long_description=readme,
Expand All @@ -56,7 +56,8 @@ def load_module_dict(filename: str) -> dict:
"Typing :: Typed",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Multimedia :: Graphics",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows"
],

Expand Down

0 comments on commit 2599581

Please sign in to comment.