Skip to content

Commit 37f1dca

Browse files
committed
Fixed author and homepage in setup.py
1 parent ad43da9 commit 37f1dca

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
@@ -15,10 +15,10 @@
1515
install_requires = ['pytest>=2.3.4'],
1616

1717
# metadata for upload to PyPI
18-
author = "[email protected]",
18+
author = "Bruno Oliveira",
1919
author_email = "[email protected]",
2020
description = description,
2121
license = "LGPL",
2222
keywords = "pytest qt test unittest",
23-
url = "github.com/nicoddemus/pytest-qt",
23+
url = "http://github.com/nicoddemus/pytest-qt",
2424
)

0 commit comments

Comments
 (0)