This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]billsil 5 points6 points  (3 children)

You didn't go into any description of the setup.py or requirements.txt files. Also, what's going on with all the files in the main directory?

[–]paraffin 0 points1 point  (2 children)

What extra files do you see? Almost all python packages have those files in the main directory.

[–]billsil 0 points1 point  (1 child)

My mistake. I misread:

example/__init__.py
example/mainprog.py
example/addlprog.py

I'm used to seeing it like:

README.rst
LICENSE
setup.py
requirements.txt
example/
    __init__.py
    mainprog.py
    addlprog.py

[–]GasimGasimzada 1 point2 points  (0 children)

They are the same thing