Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.1
/
MANIFEST.in
tag
b2b97cf6c3d6315ce796ce943ea1f85e9c4770bb
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Tue Mar 25 22:56:13 2014
object
62a7575fd82ddf028517780c01fecf7e0cca27aa
1.8.1 Release
2182833
BLD: exclude compiled python files in source distribution
by Julian Taylor
· 12 years ago
32b14b6
BLD: include f2py docs in source distribution
by Julian Taylor
· 12 years ago
29d47bf
MAINT: ensure the sphinx theme gets included in source tarballs
by Pauli Virtanen
· 12 years ago
db3b081
BUG: include mtrand cython files in sdist
by Julian Taylor
· 12 years ago
3af34a4
DEP: Remove more references to scons related files.
by Charles Harris
· 13 years ago
b8101c9
BLD: do not install swig/cython/pyrex files. See #1791.
by Ralf Gommers
· 14 years ago
7eb6fa7
ENH: include /*.txt etc. in source dist only, rather than installing it
by Pauli Virtanen
· 15 years ago
d4d65a3
updating manifest such that python setup.py sdist produces a tarball from which one can build
by Ilan Schnell
· 16 years ago
83b35de
Fix typo.
by David Cournapeau
· 16 years ago
3fbb8fc
Forgot to include SConscript files as well as SConstruct in manifest template.
by David Cournapeau
· 16 years ago
ef8690c
Do not add doc sources through add_data_dir: it will put the docs alongside numpy, as a separate package, which is not what we want. Use the manifest instead, since that's the only way I know of to include something in sdist-generated tarballs.
by David Cournapeau
· 17 years ago
619ae0c
Add code-generator files in MANIFEST because distutils does not pick them up.
by David Cournapeau
· 17 years ago
ae80bef
Fixing MANIFEST.in on win32.
by David Cournapeau
· 17 years ago
1bb1226
Fix double line in MANIFEST.in.
by David Cournapeau
· 17 years ago
3063ef6
Add some files in MANIFEST.in which cannot be picked up by distutils.
by David Cournapeau
· 17 years ago
34b8ce6
Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not reverse dimensions.
by Travis Oliphant
· 20 years ago
5c1981d
MANIFEST.in clean up
by Pearu Peterson
· 20 years ago
b7b5cba
Added string initialization conversion to chararray.
by Travis Oliphant
· 20 years ago
d54955f
Added records unittest for fromfile method. Included file testdata.fits file for use in test.
by chanley
· 20 years ago
2d40d9e
Moved inclusion of files from MANIFEST.in to proper setup.py files.
by Pearu Peterson
· 20 years ago
77ec6f0
Fixed object put bug..
by Travis Oliphant
· 20 years ago
dfcf45c
Added f2py2e as scipy.f2py, improved scipy.distutils, fixed setup.py files, etc
by Pearu Peterson
· 20 years ago
2199334
r3493@803638d6: kern | 2005-09-27 19:52:10 -0700
by Robert Kern
· 20 years ago
0ba15d5
Getting ready to release beta.
by Travis Oliphant
· 20 years ago
52e7976
Removed obsolute file. Using MANIFEST.in should be avoided, all source files should be listed in setup_...py files.
by Pearu Peterson
· 21 years ago
a2d94a2
Added scipy_base/_compiled_base.c since it is used at build time but
by jmiller
· 21 years ago
ef5e7ba
Removed .build_py_ignore files: the feature didn't work properly, e.g. building binaries failed. Added sample_site.cfg to data_files. Emptied MANIFEST.in (later we can consider removing it).
by Pearu Peterson
· 22 years ago
78c6e1a
Added setup_*.py files to MANIFEST.in. It is possible that they were missing due to .build_py_ignore feature, so, we might consider dropping the feature.
by Pearu Peterson
· 22 years ago
34777aa
Introduced MANIFEST.in that includes *.inc files to sdist
by Pearu Peterson
· 22 years ago