mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 23:13:24 +08:00
Update setup.py
To make it need python3.9 as a min
This commit is contained in:
parent
cd462b37f9
commit
0568c668d8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue