We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7e5d commit e270ddaCopy full SHA for e270dda
docs/managing_python_path.rst
@@ -56,9 +56,9 @@ content will get you started::
56
import setuptools
57
setuptools.setup(name='myproj', version='1.0')
58
59
-This ``setup.py`` file is not
60
-sufficient to distribute your package to PyPI or more general packaging, but it
61
-should help you get started. Please refer to the `Python Packaging User Guide
+This ``setup.py`` file is not sufficient to distribute your package to PyPI or
+more general packaging, but it should help you get started. Please refer to the
+`Python Packaging User Guide
62
<http://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html#creating-your-own-project>`_
63
for more information on packaing Python applications.`
64
0 commit comments