From 9c42c44c70ea2d0113fad21387c46cc58f4a6069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Mon, 23 Apr 2018 14:46:49 +0200 Subject: [PATCH] Fix pip install by moving away of PEP 420 Namespaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- CHANGELOG.rst | 2 +- vcs_mirrors/__init__.py | 0 vcs_mirrors/host/__init__.py | 0 vcs_mirrors/repo/__init__.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 vcs_mirrors/__init__.py create mode 100644 vcs_mirrors/host/__init__.py create mode 100644 vcs_mirrors/repo/__init__.py diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36840ee..c215432 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ This document describes changes between each past release. 0.0.7 (unreleased) ------------------ -- Nothing changed yet. +- Fix pip install by moving away of PEP 420 Namespaces. [pcdummy] 0.0.6 (2018-04-23) diff --git a/vcs_mirrors/__init__.py b/vcs_mirrors/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/vcs_mirrors/host/__init__.py b/vcs_mirrors/host/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/vcs_mirrors/repo/__init__.py b/vcs_mirrors/repo/__init__.py new file mode 100644 index 0000000..e69de29