Skip to content

Commit

Permalink
Patch events
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim committed Apr 25, 2016
1 parent d24f697 commit b7df532
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
'uoftscrapers.scrapers.exams',
'uoftscrapers.scrapers.athletics',
'uoftscrapers.scrapers.parking',
'uoftscrapers.scrapers.shuttle'
'uoftscrapers.scrapers.shuttle',
'uoftscrapers.scrapers.events'
],
version = '0.4.5',
version = '0.4.6',
description = 'University of Toronto public web scraping scripts.',
author = 'Qasim Iqbal',
author_email = '[email protected]',
maintainer = 'Qasim Iqbal',
maintainer_email = '[email protected]',
url = 'https://github.com/cobalt-uoft/uoft-scrapers',
download_url = 'https://github.com/cobalt-uoft/uoft-scrapers/tarball/0.4.5',
download_url = 'https://github.com/cobalt-uoft/uoft-scrapers/tarball/0.4.6',
license = 'MIT',
package_data = {'': ['LICENSE.md']},
package_dir = {'uoftscrapers': 'uoftscrapers'},
include_package_data = True,
Expand Down

0 comments on commit b7df532

Please sign in to comment.