Commit Graph

27 Commits

Author SHA1 Message Date
Thomas J. Fan 9ced5ec0b1
BLD Exclude SECURITY.md from MANIFEST (#22638) 2022-02-28 22:46:50 +01:00
Dimitri Papadopoulos Orfanos 0379747304
MAINT Fix Check Manifest in CI (#21317) 2021-10-13 12:07:18 -04:00
Prabakaran Kumaresshan 3c623648ca
MAINT add manifest check in circle ci config (#18128) 2020-09-07 13:24:26 +02:00
Jérémie du Boisberranger 97d49f2074
BLD Specify build time dependencies via pyproject.toml (#16244)
* add pyproject.toml

* do it in CI

* cln

* no build isolation in the doc

* bump dependencies

* no-build-isolation everywhere needed
2020-02-11 10:58:04 +01:00
Olivier Grisel 82e2f54565 BLD: Do not pre-cythonize when calling sdist (#15567) 2019-11-08 13:04:30 +01:00
Olivier Grisel eb1f5f29df FIX broken sdist (#13862)
- missing *.tp files (cython templates) from MANIFST.in
- missing __init__.py file to turn a tests folder into a package to
  be shipped with the tarball
2019-05-11 20:12:35 +10:00
Jacopo Notarstefano 24aa6b853d DOC Remove mentions of removed AUTHORS.rst file (#12262) 2018-10-04 09:18:06 +08:00
janvanrijn ab82f5739f [MRG] Openml data loader (#11419) 2018-08-15 17:21:20 +10:00
cgohlke 4bd4e9a466 MAINT Include binary_tree.pxi in source distribution
Fixes #3331.
2014-07-04 15:32:24 +02:00
Gael Varoquaux f77bb9aa9e MAINT: Add COPYING and README to MANIFEST
Fixes #2422
2013-09-08 11:43:41 +02:00
Peter Prettenhofer 33069d1272 added pxd to Manifest (to be included in source tarball) 2013-07-22 16:10:19 +03:00
Jaques Grobler 41266a9014 not the problem afterall - switch back 2012-09-30 18:58:15 +02:00
Jaques Grobler 3f8f8eee72 changed includes back - change broke JENKINS build 2012-09-30 18:58:14 +02:00
Jaques Grobler 75ba083c9e not the problem afterall - switch back 2012-09-04 18:37:25 +01:00
Jaques Grobler d117cb764e changed includes back - change broke JENKINS build 2012-09-04 18:37:25 +01:00
Ludwig Schwardt e4c71eaedd FIX removed ancient templates from manifest to make sklearn pip-installable. 2012-08-27 15:05:34 +02:00
Lars Buitinck ae82bc7a60 rm the long-deprecated scikits.learn package 2012-07-23 13:56:13 +02:00
Fabian Pedregosa 99f6be9e7d Update MANIFEST.in: scikit-learn --> sklearn 2011-09-21 12:18:18 +02:00
Robert Layton 1bc5e576e4 Fixed loader problems 2011-08-23 10:24:31 +10:00
X006 8811af010f Dataset loader moved to datasets.base, but not being installed 2011-08-23 09:30:18 +10:00
Fabian Pedregosa 9b1dabf514 You want the truth well here it is.
I hate setuptools.
2010-10-11 11:07:56 +02:00
Fabian Pedregosa 8a900a9f6d Still fixing distutils oddities ... 2010-10-06 16:36:36 +02:00
Fabian Pedregosa 1ef72889d5 FIX: some setuptools oddities. 2010-10-06 15:26:00 +02:00
Fabian Pedregosa 5426dd3b70 Update MANIFES.in file. 2010-10-06 12:25:38 +02:00
Fabian Pedregosa 70ac94abab Do not include Makefile in final release. 2010-10-04 16:06:22 +02:00
Fabian Pedregosa 6f97956dd2 Deleted MANIFEST.in
There's no need for MANIFEST.in since we are using distutils. Just
discovered that there's a git plugin that puts in sdist all that's
under version control (it does it automatically for svn).

More info on how this works can be found here:

http://peak.telecommunity.com/DevCenter/setuptools#including-data-files

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@378 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-27 14:41:28 +00:00
Fabian Pedregosa ccccfd09c3 Add a MANIFEST.in file.
The second line is a horrible hack, but I really do not know why this
file is not included by default since it is referenced from
scikits/learn/machine/manifold_learning/setup.py

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@371 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-22 17:11:53 +00:00