Browse Source

Version 0.1.6

jamesbowman 8 years ago
parent
commit
2f32ba1f5e
3 changed files with 16 additions and 2 deletions
  1. 1 0
      MANIFEST
  2. 14 1
      README.md
  3. 1 1
      setup.py

+ 1 - 0
MANIFEST

@@ -3,6 +3,7 @@ setup.py
 gameduino2/__init__.py
 gameduino2/base.py
 gameduino2/convert.py
+gameduino2/imbytes.py
 gameduino2/prep.py
 gameduino2/psdparser.py
 gameduino2/registers.py

+ 14 - 1
README.md

@@ -1 +1,14 @@
-# gd2-asset
+# gd2-asset
+
+To test run `go`, it should produce:
+
+    Assets report
+    -------------
+    Header file:    default_assets.h
+    GD2 RAM used:   115104
+    Output file:    xxx
+    File size:      29988
+
+To install do:
+
+    python setup.py sdist upload

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from distutils.core import setup
 setup(name='gameduino2',
-      version='0.1.5',
+      version='0.1.6',
       author='James Bowman',
       author_email='jamesb@excamera.com',
       url='http://gameduino.com',