From 3135e77ae394be6f0d4b8a49bf72e8ec645f794f Mon Sep 17 00:00:00 2001 From: Anexen Date: Thu, 24 Jun 2021 00:33:23 +0300 Subject: [PATCH] change pypi package name --- README.md | 2 +- import_guard/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dca3494..1ae6dd1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Features: # Installation ```bash -pip install import_guard +pip install import-guard ``` # Usage diff --git a/import_guard/__init__.py b/import_guard/__init__.py index 53976de..1dfe3a4 100644 --- a/import_guard/__init__.py +++ b/import_guard/__init__.py @@ -7,4 +7,4 @@ __all__ = ["guard", "mod", "ForbiddenImportError", "ForbiddenImportWarning"] -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pyproject.toml b/pyproject.toml index 2bd5a8c..d9764f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [tool.flit.metadata] module = "import_guard" -# dist-name = "import-guard" +dist-name = "import-guard" author = "Anexen" home-page = "https://github.com/Anexen/import-guard" description-file = "README.md"