1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00

Added ez_setup.py to bootstrap setuptools installation.

This commit is contained in:
Mike Naberezny 2009-06-06 16:21:44 -07:00
parent 515d8b6aac
commit a1dc59d1c2
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
0.4 (2009-06-06)
- Added ez_setup.py to bootstrap setuptools installation.
0.3 (2009-06-03)
- Added shortcuts for monitor commands such as "m" for "memory". These

View File

@ -1,3 +1,4 @@
include CHANGES
include README.markdown
include TODO
include ez_setup.py

View File

@ -1,4 +1,4 @@
__version__ = '0.3'
__version__ = '0.4'
from ez_setup import use_setuptools
use_setuptools()