diff --git a/MANIFEST.in b/MANIFEST.in index e86efef..2916440 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ recursive-include gsearch * global-exclude __pycache__/* include README.md include MANIFEST.in +include T_AND_C.md diff --git a/T_AND_C.md b/T_AND_C.md index c4903f5..e930be2 100644 --- a/T_AND_C.md +++ b/T_AND_C.md @@ -7,7 +7,7 @@ The recommended method by Google is to use their API. > JSON/Atom Custom Search API provides 100 search queries per day for free. If you need more, you may sign up for billing in the API Console. Additional requests cost $5 per 1000 queries, up to 10k queries per day. **By using this library, you agree that the author won't be responsible for any damage that comes to you and/or your property. -You hereby agree to take all responsibilities of using this library. +You hereby agree to take all responsibilities for using this library. The author is merely a developer who created this library but you are the one who is using it.** diff --git a/setup.py b/setup.py index 55c7f75..28a06ce 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): install_requires = [], name = "gsearch", - version = "1.4.0", + version = "1.5.0", author = "Avi Aryan", author_email = "avi.aryan123@gmail.com", description = "Google Search unofficial API for Python with no external dependencies",