diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dab5d86 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +A Public Domain work. Do as you wish. diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..8d94d1f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.markdown LICENSE diff --git a/setup.py b/setup.py index 5cd0f7c..79464db 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ except ImportError: from distutils.core import setup -VERSION = '0.1.1a1' +VERSION = '0.1.1a2' setup(