File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3636The 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.
3838Then run the code below:
3939
4040```` python
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ How to use
5252----------
5353
5454The 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
5656requirements.txt file. Then run the code below:
5757
5858.. code :: python
Original file line number Diff line number Diff line change @@ -47,15 +47,14 @@ def run_tests(self):
4747
4848setup (
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/*' ],
You can’t perform that action at this time.
0 commit comments