Skip to content

Commit

Permalink
Merge pull request #25 from TheRenegadeCoder/restriction
Browse files Browse the repository at this point in the history
Added Python 3.8+ Restriction
  • Loading branch information
jrg94 authored Apr 27, 2020
2 parents 98d1ef8 + 149e259 commit dacd3ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="image-titler",
version="1.8.0",
version="1.8.1",
author="The Renegade Coder",
author_email="[email protected]",
description="Adds a title and logo to an image using The Renegade Coder Featured Image style",
Expand All @@ -14,13 +14,14 @@
url="https://github.com/TheRenegadeCoder/image-titler",
packages=setuptools.find_packages(),
include_package_data=True,
python_requires=">=3.8",
entry_points={
"console_scripts": [
'image_titler = image_titler.trc_image_titler:main',
],
},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit dacd3ee

Please sign in to comment.