File: MANIFEST.in

package info (click to toggle)
cython 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,988 kB
  • ctags: 4,303
  • sloc: python: 16,048; ansic: 3,029; makefile: 71
file content (24 lines) | stat: -rw-r--r-- 656 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
include MANIFEST.in README.txt INSTALL.txt CHANGES.txt ToDo.txt USAGE.txt
include CHANGES_pyrex.txt COPYING.txt LICENSE.txt Makefile
recursive-include .hg *
include .hgignore .hgtags
include setup.py
include bin/cython bin/update_references
include cython.py
include Cython/Compiler/Lexicon.pickle
include Doc/*

include Demos/*.pyx
include Demos/*.pxd
include Demos/*.py
include Demos/callback/*
include Demos/embed/*
include Demos/Setup.py
include Demos/Makefile*
include Tools/*
recursive-include Includes *
recursive-include tests *.pyx *.pxd *.pxi *.h *.BROKEN
include runtests.py

include Cython/Mac/Makefile
include Cython/Mac/_Filemodule_patched.c