Skip to content

Commit

Permalink
change __init__.py to usnews-scrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
OvroAbir committed Jun 14, 2019
1 parent 410e0a7 commit 598d3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name = 'usnews-scrapper',
packages = ['usnews-scrapper'],
version = 'v0.5',
version = 'v0.6',
license='MIT',
description = 'Collects Grad School data from https://www.usnews.com and gives output in a .xls file.',
author = 'Joy Ghosh',
Expand Down
2 changes: 1 addition & 1 deletion usnews-scrapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from usnews_scrapper import usnews_scrapper
from usnews-scrapper import usnews_scrapper

0 comments on commit 598d3c5

Please sign in to comment.