Skip to content

Commit 1104de3

Browse files
Fix repository URL for the package build
1 parent c60c70e commit 1104de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# -*- coding: utf-8 -*-
33

44
try:
5-
from pathlib import Path
65
from setuptools import setup, Command
76
except ImportError:
87
from distutils.core import setup, Command
98

9+
from pathlib import Path
1010
import sys
1111

1212

@@ -37,7 +37,7 @@ def run(self):
3737
setup(
3838
name="mysql-replication",
3939
version=version,
40-
url="https://github.com/noplay/python-mysql-replication",
40+
url="https://github.com/julien-duponchelle/python-mysql-replication",
4141
author="Julien Duponchelle",
4242
author_email="[email protected]",
4343
description=("Pure Python Implementation of MySQL replication protocol "

0 commit comments

Comments
 (0)