File: MANIFEST.in

package info (click to toggle)
mysql-connector-python 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,716 kB
  • ctags: 5,129
  • sloc: python: 23,339; makefile: 28
file content (26 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include README
include COPYING
include ChangeLog
include setup.py
include metasetupinfo.py
include version.py
include unittests.py
include MANIFEST.in

include python2/__init__.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

include python23/__init__.py
recursive-include python23/django *.py
recursive-include python23/fabric *.py
recursive-include python23/tests23 *.py

recursive-include tests *.py *.csv pylint*.rc *.pem

include docs/README_DOCS.txt