Skip to content

Commit 5bd1e1b

Browse files
Update setup.py
1 parent 17f8e0b commit 5bd1e1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
long_description = (this_directory / "README.md").read_text()
66

77
project_urls = {
8-
'Github': 'https://github.com/adamcupial/lighthouse-python',
8+
'Github': 'https://github.com/sh-alireza/lighthouse-python-plus',
99
}
1010

1111
setup(
12-
name='lighthouse_python',
13-
version='1.0.3',
12+
name='lighthouse_python_plus',
13+
version='1.1.0',
1414
description='Lighthouse runner is a Python package that wraps the Lighthouse tool for easy integration into Python projects.',
15-
author='Adam Cupial',
16-
author_email='cupial.adam@gmail.com',
15+
author=['Adam Cupial','alireza sharifi'],
16+
author_email=['cupial.adam@gmail.com','sharifialireza276@gmail.com'],
1717
project_urls=project_urls,
1818
packages=find_packages(),
1919
install_requires=[

0 commit comments

Comments
 (0)