From 68b3a7b1c9f360c66f53354df2d2552a48ec30b2 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Sat, 5 Mar 2016 14:29:14 +1100 Subject: [PATCH] =?utf8?q?Switch=20to=20upstream=20source=20from=20tarball?= =?utf8?q?=20=E2=80=98xkcdpass=5F1.4.4.orig.tar.gz=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- MANIFEST.in | 1 + {xkcdpass => examples}/example_import.py | 0 {xkcdpass => examples}/example_json.py | 0 setup.py | 2 +- 4 files changed, 2 insertions(+), 1 deletion(-) rename {xkcdpass => examples}/example_import.py (100%) rename {xkcdpass => examples}/example_json.py (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 157cf3b..eb9a9d6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include xkcdpass/static/* include tests/* +include examples/* include LICENSE.BSD include xkcdpass.1 diff --git a/xkcdpass/example_import.py b/examples/example_import.py similarity index 100% rename from xkcdpass/example_import.py rename to examples/example_import.py diff --git a/xkcdpass/example_json.py b/examples/example_json.py similarity index 100% rename from xkcdpass/example_json.py rename to examples/example_json.py diff --git a/setup.py b/setup.py index 8f11f42..a668d81 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='xkcdpass', - version='1.4.3', + version='1.4.4', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator', -- 2.11.4.GIT