File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pip-extra-reqs tool will find those modules so you can remove them.
22
22
.. _`virtualenv` : https://virtualenv.pypa.io/en/latest/
23
23
.. _`requirements.txt` : https://pip.pypa.io/en/latest/user_guide.html#requirements-files
24
24
25
- Assuming your project follows a layout like the suggested ` sample project `_ ::
25
+ Assuming your project follows a layout like the suggested sample project::
26
26
27
27
setup.py
28
28
setup.cfg
@@ -31,8 +31,6 @@ Assuming your project follows a layout like the suggested `sample project`_::
31
31
sample/sample.py
32
32
sample/tests/test_sample.py
33
33
34
- .. _`sample project` : https://packaging.python.org/en/latest/tutorial.html#creating-your-own-project
35
-
36
34
Basic usage, running in your project directory::
37
35
38
36
<activate virtualenv for your project>
You can’t perform that action at this time.
0 commit comments