Skip to content

Commit cd9ff6e

Browse files
committed
Updating URL for PyPI
1 parent e1cf30a commit cd9ff6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PyQt5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
3232

3333
# Expose versions
34-
version_info = (0, 1, 1) # Version of this release
34+
version_info = (0, 1, 2) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_readme():
5353
long_description=get_readme(),
5454
author='Marcus Ottosson',
5555
author_email='marcus@abstractfactory.com',
56-
url='https://github.com/pyqt/pyqt5',
56+
url='https://github.com/pyqt/python-qt5',
5757
license='GPLv3',
5858
packages=find_packages(),
5959
zip_safe=False,

0 commit comments

Comments
 (0)