summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/egg_info.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: better warning message when running build_src from sdistRalf Gommers2017-03-091-3/+11
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-1/+1
* MAINT: warn in egg_info command if using setuptools.sdist.Ralf Gommers2016-01-271-0/+8
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Make the 'develop' command from setuptools run build_src --inplace in additio...Robert Kern2007-12-121-0/+3
* When using setuptools, run the build_src command before egg_info (which is ru...cookedm2006-01-311-0/+6