added license and manifest template, bumped alpha version

This commit is contained in:
J. Tanner Netterville 2012-11-13 16:55:47 -06:00
parent d9543dbffb
commit 685bfd4ba7
3 changed files with 3 additions and 1 deletions

1
LICENSE Normal file
View file

@ -0,0 +1 @@
A Public Domain work. Do as you wish.

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include README.markdown LICENSE

View file

@ -6,7 +6,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
VERSION = '0.1.1a1' VERSION = '0.1.1a2'
setup( setup(