summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove versioned entry pointMatt Iversen2016-02-211-7/+2
| | | | | This is no longer compatible with static wheel installations, unless another hack was added to pip! :D Solves #851
* Update PyPI classifiers to match currently supported Python versionsEd Morley2016-01-201-2/+1
| | | | | Python 3.2 support was dropped as part of the update to pip v8, and virtualenv is already tested under Python 3.5.
* Shorten history in long_description to 2 releasesMatt Iversen2016-01-201-1/+14
|
* Fix 'python setup.py test' invocationMatt Iversen2015-10-201-4/+3
|
* Use issue/pull extlinks in changesMatt Iversen2015-10-181-1/+5
|
* Merge pull request #773 from koobs/patch-1Matt Iversen2015-09-191-1/+1
|\ | | | | Fix test command invocation causing ERROR
| * Fix test command invocation causing ERRORKubilay Kocak2015-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Currently, running the test suite via the test command (pythonX.Y setup.py test) produces the following error: ``` ERROR: file not found: test ``` This change tweaks initialize_options to match the code described upstream [1]. [1] https://pytest.org/latest/goodpractises.html
* | Add 3.3 and 3.4 flags in setup.pyMatthew Iversen2015-09-191-0/+2
|/
* Exit early when installing on Python < 2.6.Jannis Leidel2014-07-161-0/+3
| | | | Fixes issue #631.
* Removed Python 2.5 from list of trove classifiers.Jannis Leidel2014-07-161-1/+0
|
* Update setup.py & docs to use pytestMatthew Iversen2014-06-151-12/+31
|
* Allow virtualenv to build again! Yay!Matthew Iversen2014-06-151-6/+7
|
* Merge branch 'master' into developDonald Stufft2014-05-031-1/+1
|\ | | | | | | | | | | Conflicts: .travis/py34.sh virtualenv.py
| * Update documentation locationDonald Stufft2014-05-031-1/+1
| |
* | Fix long_descriptionMarius Gedminas2014-02-041-1/+1
|/ | | | | | Includes the right half of docs/index.rst (the one with links instead of the one with a `.. toctree:` directive). Fixes the embarrassing unformatted PyPI page. I'd appreciate a 'setup.py register', or a manual PyPI description update, because seeing unformatted PyPI pages causes me pain in the aesthetic gland.
* The virtualenv_support files need to be specified in setup.py as wellPaul Moore2013-11-221-1/+1
|
* 1.10rc41.10rc4Marcus Smith2013-07-051-2/+0
|
* use rst extensions for editability and RTD linksMarcus Smith2013-03-031-2/+2
|
* Virtualenv is no longer in beta ;)pombredanne2013-01-141-1/+1
|
* Removed mentioning Python 2.4.Jannis Leidel2012-09-011-1/+0
|
* Stopped hardcoding the version all over the place.Jannis Leidel2012-06-221-1/+13
|
* Updated setup.py to not be a PEP8 violation.Jannis Leidel2012-06-221-33/+37
| | | | I know I know, I'm a hobgoblin.
* Merge pull request #259 from msabramo/fix-setup.py-test-atexit-errorIan Bicking2012-05-011-0/+10
|\ | | | | Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error on exit of `python setup.py test`
| * Hack to prevent stupid TypeError: 'NoneType' object is not callableMarc Abramowitz2012-05-011-0/+10
| | | | | | | | | | | | | | error on exit of python setup.py test in multiprocessing/util.py _exit_function when running python setup.py test (see http://www.eby-sarna.com/pipermail/peak/2010-May/003357.html)
* | Ooops, removing stray ImportErrorMiki Tebeka2012-03-131-1/+0
| |
* | Adding virtualenv-MAJOR.MINOR scriptMiki Tebeka2012-03-121-4/+12
| |
* | Don't use setuptools-specific setup kwargs if we don't have setuptools.Carl Meyer2012-03-121-3/+4
| |
* | Bumped version to post1 again.Jannis Leidel2012-02-171-1/+1
|/
* Bumped version to 1.7.1.2.Jannis Leidel2012-02-171-1/+1
|
* Updated to post1.Jannis Leidel2012-02-161-1/+1
|
* Bumped version to 1.7.1.1 and updated changelog.Jannis Leidel2012-02-161-1/+1
|
* Bumped version to post1.Jannis Leidel2012-02-161-1/+1
|
* Bumped version to 1.7.1 and updated changelog.Jannis Leidel2012-02-161-1/+1
|
* Bumped version up a notch.Jannis Leidel2011-11-301-1/+1
|
* Bumped version to 1.6.4 and updated changelog.Jannis Leidel2011-07-211-1/+1
|
* Bumped version to 1.6.3.Jannis Leidel2011-07-161-1/+1
|
* Bumped version to 1.6.2.Jannis Leidel2011-07-161-1/+1
|
* Bumped version to 1.6.1.Jannis Leidel2011-04-301-1/+1
|
* Prevent traceback with non-exec interpreterPaul Nasrat2011-04-211-0/+2
| | | | | | | | | | Fixes #121 Add tests for virtualenv with nose and mock Add helper method to virtualenv for is_executable Raise SystemExit rather than sys.exit directly Tested on 2.4.4, 2.7.1 and 3.2
* Bumped to 1.6 and updated news.Jannis Leidel2011-04-041-2/+2
|
* Bump version to 1.5.2.post2 and bundle pip 1.0.0.pre1.Carl Meyer2011-03-221-1/+1
|
* Removed unused import in setup.pyCarl Meyer2011-03-201-2/+1
|
* Changed maintainer_email to python-virtualenv mailing list.Carl Meyer2011-03-181-1/+1
|
* Added trove classifiers for Python versions.Carl Meyer2011-03-181-1/+11
|
* Merge branch 'master' into python3Carl Meyer2011-03-181-15/+6
|\
| * Simplified version handling (we accept redundancy), added news to ↵Carl Meyer2011-03-151-15/+6
| | | | | | | | long-description.
* | Restored some changes lost in bringing in Py3k port.Carl Meyer2011-03-181-12/+0
| |
* | Port to python3Vinay Sajip2011-03-151-4/+11
|/
* Modified warning to not be Ian-specific.Jannis Leidel2011-03-121-9/+1
|
* Added authors file and updated docs with new website location and other ↵Jannis Leidel2011-03-061-1/+1
| | | | migration related things.