Skip to content

Commit a306db1

Browse files
committed
setup-add-util
add init misspelled lint add
1 parent 6a8c81c commit a306db1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pymysqlreplication/util/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .bytes import *

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def run(self):
5050
"pymysqlreplication",
5151
"pymysqlreplication.constants",
5252
"pymysqlreplication.tests",
53+
"pymysqlreplication.util",
5354
],
5455
cmdclass={"test": TestCommand},
5556
install_requires=["pymysql>=1.1.0"],

0 commit comments

Comments
 (0)