~mysql/myconnpy/1.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include README
include COPYING
include ChangeLog
include setup.py
include metasetupinfo.py
include version.py
include unittests.py

include python2/__init__.py
recursive-include python2/tests *.py
recursive-include python2/examples *.py
recursive-include python2/mysql *.py

include python3/__init__.py
recursive-include python3/mysql *.py
recursive-include python3/examples *.py
recursive-include python3/tests *.py

include docs/README_DOCS.txt

recursive-include support/ssl *.pem