Skip to content

Commit d47eb00

Browse files
author
pgaref
committed
Merge branch 'hotfix/1.0.4' into develop
2 parents 4926e3e + e82b8bd commit d47eb00

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ I have to mention that for each request a different agent header is used. The di
3434
## How to use
3535

3636
The project is now distribured as a PyPI package!
37-
To run an example simply include **http-request-randomizer==1.0.1** in your requirements.txt file.
37+
To run an example simply include **http-request-randomizer==1.0.3** in your requirements.txt file.
3838
Then run the code below:
3939

4040
````python

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ How to use
5252
----------
5353

5454
The project is now distribured as a PyPI package! To run an example
55-
simply include **http-request-randomizer==1.0.1** in your
55+
simply include **http-request-randomizer==1.0.3** in your
5656
requirements.txt file. Then run the code below:
5757

5858
.. code:: python

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ def run_tests(self):
4747

4848
setup(
4949
name='http_request_randomizer',
50-
version='1.0.1',
50+
version='1.0.3',
5151
url='http://pgaref.com/blog/python-proxy',
5252
license='MIT',
5353
author='Panagiotis Garefalakis',
5454
author_email='pangaref@gmail.com',
5555
description='A package using public proxies to randomise http requests.',
5656
long_description=LONG_DESCRIPTION,
5757
packages=find_packages(exclude=['tests']),
58-
include_package_data=True,
5958
platforms='any',
6059
test_suite='tests.test_parsers',
6160
# tests_require=['tox'],
@@ -71,6 +70,7 @@ def run_tests(self):
7170
],
7271
setup_requires=['pytest-runner'],
7372
zip_safe=False,
73+
# include_package_data=True,
7474
package_data={
7575
# Include agents.txt files
7676
'http_request_randomizer.requests': ['data/*'],

0 commit comments

Comments
 (0)