From 74f9eb2283f1d62a9db6d4bfb6078e984e79ea32 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Fri, 26 Mar 2021 15:58:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6(project)=20update=20python=20packa?= =?UTF-8?q?ge=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even not referenced on pypi, marion seems to be a reserved project name. Let's switch to a django-prefixed pattern for project packages. --- src/howard/setup.cfg | 4 ++-- src/marion/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/howard/setup.cfg b/src/howard/setup.cfg index 98c8b6c..7a8c757 100644 --- a/src/howard/setup.cfg +++ b/src/howard/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = marion-howard +name = django-marion-howard version = 0.1.0 description = FUN documents for Marion, the documents factory long_description = file:README.md @@ -22,7 +22,7 @@ classifiers = [options] include_package_data = True install_requires = - marion>=0.1.0 + django-marion>=0.1.0 package_dir = =. packages = find: diff --git a/src/marion/setup.cfg b/src/marion/setup.cfg index 651815c..c55dadd 100644 --- a/src/marion/setup.cfg +++ b/src/marion/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = marion +name = django-marion version = 0.1.0 description = The documents factory long_description = file:README.md