Commit Graph

19 Commits

Author SHA1 Message Date
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