Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-09-20 23:06:03
Size: 713
Editor: ool-4356421f
Comment: Initial page.
Revision 6 as of 2013-06-25 21:14:38
Size: 175
Editor: formiaczek
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The directory structure of your project should probably look something like this:
{{{
my-project/
    README.txt -- including list of contributors would be
                        nice.
    CHANGES.txt -- including dates in addition to version
                        numbers here would be informative.
    LICENSE.txt
    setup.py
    bin/ -- standalone scripts that this distribution provides
    my-project/ -- the source for your project goes here
        __init__.py
        my-stuff.py
    doc/
    test/
}}}

The [[http://diveintopython3.org/packaging.html|packaging chapter]] of [[http://diveintopython3.org/|Dive Into Python 3]] has some useful information.
For now, see the [[http://www.diveinto.org/python3/packaging.html|packaging chapter]] of [[http://www.diveinto.org/python3/|Dive Into Python 3]] for some useful information.

For now, see the packaging chapter of Dive Into Python 3 for some useful information.

ProjectFileAndDirectoryLayout (last edited 2019-07-18 14:47:21 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.