Skip to content

Commit

Permalink
Include user_agents.json in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed May 11, 2019
1 parent fe6c6af commit 6c004e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include LICENSE README.md
include LICENSE README.md cfscrape/user_agents.json
2 changes: 1 addition & 1 deletion cfscrape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from requests.exceptions import RequestException


__version__ = "2.0.2"
__version__ = "2.0.3"

USER_AGENTS_PATH = os.path.join(os.path.dirname(__file__), "user_agents.json")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_long_description():
name="cfscrape",
packages=["cfscrape"],
version=VERSION,
description='A simple Python module to bypass Cloudflare"s anti-bot page. See https://github.com/Anorov/cloudflare-scrape for more information.',
description='A simple Python module to bypass Cloudflare\'s anti-bot page. See https://github.com/Anorov/cloudflare-scrape for more information.',
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="Anorov",
Expand Down

0 comments on commit 6c004e8

Please sign in to comment.