Ex46 Issues with Python files

Hello,

I am partly through ex46, making a skeleton project. I have installed everything , created a virtual environment, and made the directory tree of projects/skeleton/etc.

I am stuck after these sentences:

That creates an empty Python module directory we can put our code in. Then we need to create a setup.py file we can use to install our project later if we want:

And then he makes two .py files, setup.py and NAME_tests.py…

Am I supposed to make these in my native lpthw3/mystuff5 directory and then manually drag them into the virtual environment? I am so confused… Zed states:

When you are done setting all of this up, your directory should look like mine here:

skeleton / NAME/ init .py bin/ docs/ setup.py tests / NAME_tests.py init .py

Put them in the NAME directory.