-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted many changes and heavily simplified the library, removing al…
…l features accumulated over the years that no longer work. Basic search I had from version 1 is still working so it's best to do one thing well and stick to it.
- Loading branch information
1 parent
dc38c96
commit b47a156
Showing
3 changed files
with
28 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python | ||
|
||
# Copyright (c) 2009-2019, Mario Vilas | ||
# Copyright (c) 2009-2020, Mario Vilas | ||
# All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
@@ -44,7 +44,7 @@ | |
scripts=[join('scripts', 'google')], | ||
package_data={'googlesearch': ['user_agents.txt.gz']}, | ||
include_package_data=True, | ||
version="2.0.3", | ||
version="3.0.0", | ||
description="Python bindings to the Google search engine.", | ||
author="Mario Vilas", | ||
author_email="[email protected]", | ||
|