Skip to content

Commit

Permalink
Remove migrations from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
zniper committed Jan 8, 2016
1 parent a08f63a commit 8a56128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
url='https://github.com/zniper/django-scraper',
author='Ha Pham',
author_email='me@zniper.net',
packages=['scraper', 'scraper.management', 'scraper.management.commands',
'scraper.migrations'],
packages=['scraper', 'scraper.management', 'scraper.management.commands'],
keywords='crawl scraper spider web pages data extract collect',
install_requires=[
'requests',
Expand Down

0 comments on commit 8a56128

Please sign in to comment.