Skip to content

Commit

Permalink
Merge branch 'black-security-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
achillean committed May 29, 2018
2 parents ca08e3f + a2af8a6 commit 6087faa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author_email = 'jmath@shodan.io',
url = 'http://github.com/achillean/shodan-python/tree/master',
packages = ['shodan', 'shodan.cli', 'shodan.cli.converter'],
scripts = ['bin/shodan'],
entry_points = {'console_scripts': ['shodan = shodan.__main__:main']},
install_requires = dependencies,
keywords = ['security', 'network'],
classifiers = [
Expand Down
2 changes: 0 additions & 2 deletions bin/shodan → shodan/__main__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Shodan CLI
Expand Down

0 comments on commit 6087faa

Please sign in to comment.