From 95badd7996381414213b861c062523de1eee1f03 Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Thu, 18 May 2017 16:04:39 -0400 Subject: [PATCH] Bundle README in dist. This was causing installation errors with PyPi installs. Fixes #2 --- MANIFEST.in | 1 + aws_ssh/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..efa752e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include *.md diff --git a/aws_ssh/__init__.py b/aws_ssh/__init__.py index ff32a33..530db4b 100644 --- a/aws_ssh/__init__.py +++ b/aws_ssh/__init__.py @@ -3,8 +3,8 @@ import logging.config __author__ = 'Aru Sahni' -__version__ = '0.0.1' -__licence__ = "MIT" +__version__ = '0.0.2' +__licence__ = 'MIT' APP_NAME = 'aws-ssh'