Skip to content

Commit 70fef54

Browse files
author
Howprobable
committed
fix: update py_helpers reference and correct project URL in setup.py
1 parent 5319515 commit 70fef54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/howprobable/py_helpers
1+
git+https://github.com/howprobable/py_helpers:1.0.0
22
pyautogui
33
pychrome
44
psutil

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
setup(
44
name='browser_interface',
5-
version='2.2.0',
5+
version='2.2.1',
66
packages=find_packages(),
77
description='A python interface for a browser',
88
long_description=open('README.md').read(),
99
long_description_content_type='text/markdown',
1010
author='Jannik Eggert',
1111
author_email='eggertjannik@gmail.com',
12-
url='https://github.com/howprobable/py-helpers',
12+
url='https://github.com/howprobable/browser_interface',
1313
install_requires=[
1414
[line.strip() for line in open('requirements.txt').readlines() if line.strip() and not line.startswith('#')]
1515
],

0 commit comments

Comments
 (0)