Differences between revisions 2 and 3
Revision 2 as of 2009-09-20 23:10:02
Size: 688
Editor: ool-4356421f
Comment:
Revision 3 as of 2010-01-02 22:02:53
Size: 165
Editor: ool-4356421f
Comment: Removed some layout tips I previously put here. These are being migrated to the HHGTP.
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 a 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://diveintopython3.org/packaging.html|packaging chapter]] of [[http://diveintopython3.org/|Dive Into Python 3]] has some useful information.

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

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

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