Skip to content

Commit fc94eb5

Browse files
author
pgaref
committed
Fixing user-agent data path
1 parent 35f72f2 commit fc94eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run_tests(self):
7373
zip_safe=False,
7474
package_data={
7575
# Include agents.txt files
76-
'http.requests': ['data/*'],
76+
'http_request_randomizer.requests': ['data/*'],
7777
},
7878
classifiers=[
7979
'Programming Language :: Python',

0 commit comments

Comments
 (0)