python/: move generator.py to lib, improve README, remove env_ files, update MANIFEST.in
authorPaul Brossier <piem@piem.org>
Fri, 8 Mar 2013 14:30:45 +0000 (09:30 -0500)
committerPaul Brossier <piem@piem.org>
Fri, 8 Mar 2013 14:30:45 +0000 (09:30 -0500)
commit92c83ccc46e127c20a4fbedde8c1ba02e6815251
tree5d04b4460423ba3c9c0a82e4a91ffacac56ace00
parent98c0f922b17f9ba5e3859ad619be4b06bfa55f67
python/: move generator.py to lib, improve README, remove env_ files, update MANIFEST.in
python/MANIFEST.in
python/README
python/env_linux [deleted file]
python/env_osx [deleted file]
python/lib/__init__.py [new file with mode: 0644]
python/lib/gen_pyobject.py [moved from python/gen_pyobject.py with 100% similarity]
python/lib/generator.py [moved from python/generator.py with 100% similarity]
python/setup.py