# HG changeset patch # User paulb # Date 1114971979 0 # Node ID c55f7676936f5b935130d430294d39c3a4d51a43 # Parent 74ed715c5455a3d0ebfac015475fc58add3e1d6d [project @ 2005-05-01 18:26:19 by paulb] Added a note about .pyc files. diff -r 74ed715c5455 -r c55f7676936f README.txt --- a/README.txt Sun May 01 18:16:52 2005 +0000 +++ b/README.txt Sun May 01 18:26:19 2005 +0000 @@ -211,6 +211,7 @@ Tag, export. Generate the PyServlet classes. Generate the API documentation. +Remove generated .pyc files: rm `find . -name "*.pyc"` Archive, upload. Upload the introductory documentation. Update PyPI, PythonInfo Wiki, Vaults of Parnassus entries.