Skip to content

Commit dee4adf

Browse files
committed
Distribute is merged with setuptools
1 parent c52ce23 commit dee4adf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
# Example configuration for intersphinx: refer to the Python standard library.
250250
intersphinx_mapping = {
251251
'python': ('http://docs.python.org/', None),
252-
'distribute': ('http://packages.python.org/distribute/', None),
252+
'setuptools': ('http://pythonhosted.org/setuptools/', None),
253253
'flask': ('http://flask.pocoo.org/docs/', None)
254254
}
255255

docs/frameworks/flask.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,12 @@ Building SASS/SCSS for each deployment
118118

119119
.. note::
120120

121-
This section assumes that you use distribute_ (:mod:`setuptools`)
122-
for deployment.
121+
This section assumes that you use setuptools_ for deployment.
123122

124123
.. seealso::
125124

126125
Flask --- :ref:`flask:distribute-deployment`
127-
How to deploy Flask application using distribute_.
126+
How to deploy Flask application using setuptools_.
128127

129128
If libsass has been installed in the :file:`site-packages` (for example,
130129
your virtualenv), :file:`setup.py` script also gets had new command
@@ -173,4 +172,4 @@ command before. Make :file:`setup.cfg` config:
173172
Now it automatically builds SASS/SCSS sources and include compiled CSS files
174173
to the package archive when you run :program:`setup.py sdist`.
175174

176-
.. _distribute: http://pypi.python.org/pypi/distribute
175+
.. _setuptools: https://pypi.python.org/pypi/setuptools

0 commit comments

Comments
 (0)