From 2900bd301b4c5102151c18bec390caae6f6318f6 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 15 Sep 2019 22:10:40 +0300 Subject: [PATCH] Version 1.0.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f1be3a..1895490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu [tool.poetry] -name = "django-split-settings" +name = "split_settings" version = "1.0.0" description = "Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files." authors = [