mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
add bin file
This commit is contained in:
parent
a1cd503ac0
commit
6c09e15e50
2 changed files with 5 additions and 0 deletions
4
bin/theHarvester
Executable file
4
bin/theHarvester
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from theHarvester import __main__
|
||||
__main__.entry_point()
|
1
setup.py
1
setup.py
|
@ -18,6 +18,7 @@
|
|||
'theHarvester = theHarvester.theHarvester:entry_point'
|
||||
]
|
||||
},
|
||||
scripts=['bin/theHarvester'],
|
||||
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
Loading…
Reference in a new issue