Skip to content

Commit

Permalink
Added authors file and updated docs with new website location and oth…
Browse files Browse the repository at this point in the history
…er migration related things.
  • Loading branch information
jezdez committed Mar 6, 2011
1 parent 4b917fd commit 8cff7b8
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 10 deletions.
28 changes: 28 additions & 0 deletions AUTHORS.txt
@@ -0,0 +1,28 @@
Author
------

Ian Bicking

Maintainers
-----------

Brian Rosner
Carl Meyer
Jannis Leidel

Contributors
------------

Antonio Cuni
Armin Ronacher
Christopher Nilsson
Curt Micol
Douglas Creager
Jeff Hammel
Jorge Vargas
Josh Bronson
Lars Francke
Philip Jenvey
Ronny Pfannschmidt
Tarek Ziadé
kumar
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -35,7 +35,7 @@

# General substitutions.
project = 'virtualenv'
copyright = '2009, Ian Bicking, The Open Planning Project'
copyright = '2007-2011, Ian Bicking, The Open Planning Project, The virtualenv developers'

# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
Expand Down
17 changes: 9 additions & 8 deletions docs/index.txt
Expand Up @@ -2,15 +2,14 @@ virtualenv
==========

* `Discussion list <http://groups.google.com/group/python-virtualenv/>`_
* `Bugs <https://bitbucket.org/ianb/virtualenv/issues/>`_
* `Bugs <https://github.com/pypa/virtualenv/issues/>`_

.. contents::

.. toctree::
:maxdepth: 1

news
license

.. comment: split here

Expand All @@ -22,13 +21,15 @@ Status and License
of `virtual-python
<http://peak.telecommunity.com/DevCenter/EasyInstall#creating-a-virtual-python>`_.

It is written by Ian Bicking, and sponsored by the `Open Planning
Project <http://openplans.org>`_. It is licensed under an
`MIT-style permissive license <license.html>`_.
It was written by Ian Bicking, sponsored by the `Open Planning
Project <http://openplans.org>`_ and is now maintained by a
`group of developers <https://github.com/pypa/virtualenv/raw/master/AUTHORS.txt>`.
It is licensed under an
`MIT-style permissive license <https://github.com/pypa/virtualenv/raw/master/LICENSE.txt>`_.

You can install it with ``easy_install virtualenv``, or from the `hg
repository <http://bitbucket.org/ianb/virtualenv>`_ or from a `tarball
<http://bitbucket.org/ianb/virtualenv/get/tip.gz#egg=virtualenv-tip>`_
repository <https://github.com/pypa/virtualenv>`_ or from a `tarball
<https://github.com/pypa/pip/tarball/master#egg=virtualenv-tip>`_
``easy_install virtualenv==tip``.

What It Does
Expand Down Expand Up @@ -88,7 +89,7 @@ To use Distribute just call virtualenv like this::
$ python virtualenv.py --distribute ENV

You can also set the environment variable VIRTUALENV_USE_DISTRIBUTE (since 1.4.4)
and be a good Comrade
and be a good Comrade.

PyPy Support
~~~~~~~~~~~~
Expand Down
4 changes: 4 additions & 0 deletions docs/news.txt
Expand Up @@ -8,6 +8,10 @@ tip

* Updated bundled pip to 0.8.2.

* Handed project over to new team of maintainers.

* Moved virtualenv to Github at https://github.com/pypa/virtualenv

1.5.1
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -60,7 +60,7 @@
keywords='setuptools deployment installation distutils',
author='Ian Bicking',
author_email='ianb@colorstudy.com',
url='http://virtualenv.openplans.org',
url='http://www.virtualenv.org',
license='MIT',
py_modules=['virtualenv'],
packages=['virtualenv_support'],
Expand Down

0 comments on commit 8cff7b8

Please sign in to comment.