Fixed up setup process, cleaned up repo, and updated README

This commit is contained in:
Jason Paryani
2013-07-06 23:41:19 -07:00
parent b2aa5e8019
commit 0ed0bcf361
15 changed files with 68693 additions and 348 deletions

2
capnp/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .version import version as __version__
from .capnp import *