Skip to content

Commit 84d262c

Browse files
committed
Update setup.py
1 parent e39ccc2 commit 84d262c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
version='0.2.0',
88
description='comand line css selector',
99
author='Pedro',
10-
author_email='pedro@example.com',
10+
author_email='pedroghcode@gmail.com',
1111
url='https://github.com/plainas/tq',
1212
packages= ['tq'],
1313
scripts=['bin/tq'],
1414
install_requires=["beautifulsoup4==4.4.0"]
15-
)
15+
)

0 commit comments

Comments
 (0)