summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Expand)AuthorAgeFilesLines
* Include .coveragerc to support runtests.py. #19617Gwyn Ciesla2021-08-051-0/+3
* remove shippable from files excluded in MANIFEST.inmattip2021-04-081-1/+0
* REL: do a better job of including files in repo root in sdistRalf Gommers2021-03-311-15/+11
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-0/+2
* ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-1/+1
* MAINT: add py.typed sentinel to package manifestFrankie Robertson2020-06-271-0/+1
* BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-1/+0
* API: rearrange the cython files in numpy.randommattip2019-10-111-0/+1
* MAINT: use test_requirements.txt in tox and shippable, ship it toomattip2019-09-091-2/+4
* BLD: remove generated Cython files from sdistRalf Gommers2019-09-081-0/+1
* ENH: supply our version of numpy.pxd, adjust as neededmattip2019-09-041-0/+1
* MAINT: remove unused filemattip2019-05-201-1/+0
* BENCH: convert bencmarks to asv formatmattip2019-05-201-1/+2
* MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txtRalf Gommers2019-05-071-1/+1
* REL: include README.md in sdistRalf Gommers2019-05-061-0/+1
* BLD: prune LICENSE_bundled.txt in MANIFEST.inRalf Gommers2019-05-061-0/+3
* BUILD: remove unused filemattip2019-04-131-1/+0
* BLD: fix include list for sdist building.Ralf Gommers2019-03-041-2/+5
* MAINT: include benchmarks, complete docs, dev tool files in sdist.Ralf Gommers2018-09-021-12/+19
* MAINT: move unchanging, non-api files to commonmattip2018-08-211-2/+2
* MAINT: Package `tools/allocation_tracking`John Kirkham2018-06-121-0/+1
* MAINT: Fix nose features to work on pytestxoviat2017-12-221-0/+1
* BLD: Update MANIFEST.inCharles Harris2017-11-291-1/+2
* MAINT: remove outdated doc/f2py content.Ralf Gommers2017-06-181-1/+0
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-1/+0
* BUG: Include relevant files from numpy/linalg/lapack_lite in sdist.Charles Harris2015-11-241-0/+1
* BUG: fix MANIFEST.in for removal of a file in gh-8047.Ralf Gommers2015-10-301-1/+0
* BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-231-0/+3
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-051-0/+2
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-121-1/+1
* MAINT: Remove no longer existing files from MANIFEST.in.Charles Harris2014-03-121-3/+0
* BLD: exclude compiled python files in source distributionJulian Taylor2014-01-261-0/+2
* BLD: include f2py docs in source distributionJulian Taylor2014-01-261-0/+1
* MAINT: ensure the sphinx theme gets included in source tarballsPauli Virtanen2013-07-251-0/+1
* BUG: include mtrand cython files in sdistJulian Taylor2013-05-281-0/+2
* DEP: Remove more references to scons related files.Charles Harris2013-01-141-3/+0
* BLD: do not install swig/cython/pyrex files. See #1791.Ralf Gommers2011-04-021-0/+3
* ENH: include /*.txt etc. in source dist only, rather than installing itPauli Virtanen2010-08-041-1/+4
* updating manifest such that python setup.py sdist produces a tarball from whi...Ilan Schnell2009-11-191-2/+3
* Fix typo.David Cournapeau2009-05-301-1/+1
* Forgot to include SConscript files as well as SConstruct in manifest template.David Cournapeau2009-05-301-1/+1
* Do not add doc sources through add_data_dir: it will put the docs alongside n...David Cournapeau2008-12-281-0/+6
* Add code-generator files in MANIFEST because distutils does not pick them up.David Cournapeau2008-07-281-1/+1
* Fixing MANIFEST.in on win32.David Cournapeau2008-07-281-1/+1
* Fix double line in MANIFEST.in.David Cournapeau2008-04-231-1/+0
* Add some files in MANIFEST.in which cannot be picked up by distutils.David Cournapeau2008-04-231-0/+7
* Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not...Travis Oliphant2006-01-221-0/+1
* MANIFEST.in clean upPearu Peterson2005-12-301-14/+5
* Added string initialization conversion to chararray.Travis Oliphant2005-12-291-1/+1
* Added records unittest for fromfile method. Included file testdata.fits file...chanley2005-12-291-0/+1