Update setup.py

This commit is contained in:
Anton Bolshakov 2019-03-24 09:54:55 +08:00 committed by GitHub
parent a3062cd6f9
commit b326b937a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
],
entry_points={
'console_scripts': [
'theHarwester = theHarvester.theHarvester:start'
'theHarvester = theHarvester.theHarvester:start'
]
}
)