From 685bfd4ba70f6c05cb83f87a4e47c774eadbd05d Mon Sep 17 00:00:00 2001 From: "J. Tanner Netterville" Date: Tue, 13 Nov 2012 16:55:47 -0600 Subject: [PATCH] added license and manifest template, bumped alpha version --- LICENSE | 1 + MANIFEST.in | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 MANIFEST.in 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(