Skip to content

Commit

Permalink
Merge pull request codingo#68 from bcoles/patch-1
Browse files Browse the repository at this point in the history
Use HTTPS
  • Loading branch information
codingo authored Oct 18, 2018
2 parents e32fc73 + 73174cf commit d9b0354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def dependencies(imported_file):
author="codingo",
version=__version__,
author_email="[email protected]",
url="http://github.com/codingo/Reconnoitre",
url="https://github.com/codingo/Reconnoitre",
packages=find_packages(exclude=('tests')),
package_data={'Reconnoitre': ['*.txt']},
entry_points={
Expand Down

0 comments on commit d9b0354

Please sign in to comment.