-Press the left mouse button to fire the ducks.
-
-
-Development notes
------------------
-
-Creating a source distribution with::
-
- python setup.py sdist
-
-You may also generate Windows executables and OS X applications::
-
- python setup.py py2exe
- python setup.py py2app
-
-Upload files to PyWeek with::
-
- python pyweek_upload.py
-
-Upload to the Python Package Index with::
-
- python setup.py register
- python setup.py sdist upload