Update setup.py

To make it need python3.9 as a min
This commit is contained in:
J.Townsend 2023-04-10 20:51:55 +01:00 committed by GitHub
parent cd462b37f9
commit 0568c668d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,12 +14,13 @@
long_description_content_type="text/markdown",
url="https://github.com/laramies/theHarvester",
packages=find_packages(exclude=['tests']),
python_requires='>=3.10',
python_requires='>=3.9',
scripts=['bin/theHarvester',
'bin/restfulHarvest'],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",