We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60c70e commit 1104de3Copy full SHA for 1104de3
setup.py
@@ -2,11 +2,11 @@
2
# -*- coding: utf-8 -*-
3
4
try:
5
-from pathlib import Path
6
from setuptools import setup, Command
7
except ImportError:
8
from distutils.core import setup, Command
9
+from pathlib import Path
10
import sys
11
12
@@ -37,7 +37,7 @@ def run(self):
37
setup(
38
name="mysql-replication",
39
version=version,
40
- url="https://github.com/noplay/python-mysql-replication",
+ url="https://github.com/julien-duponchelle/python-mysql-replication",
41
author="Julien Duponchelle",
42
author_email="[email protected]",
43
description=("Pure Python Implementation of MySQL replication protocol "
0 commit comments