Skip to content

Commit

Permalink
Update setup.py (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jul 21, 2024
1 parent 3ea042a commit e1d8cac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,18 @@
url="https://github.com/leandcesar/themoviedb",
version="0.4.0",
license="MIT",
python_requires=">=3.7",
python_requires=">=3.8",
packages=find_packages(include=["themoviedb", "themoviedb.*"]),
include_package_data=True,
classifiers=[
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords=[
"tmdb",
Expand Down

0 comments on commit e1d8cac

Please sign in to comment.