Skip to content

Commit

Permalink
change pypi package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Jun 23, 2021
1 parent 0baed0a commit 3135e77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Features:
# Installation

```bash
pip install import_guard
pip install import-guard
```

# Usage
Expand Down
2 changes: 1 addition & 1 deletion import_guard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__all__ = ["guard", "mod", "ForbiddenImportError", "ForbiddenImportWarning"]

__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3135e77

Please sign in to comment.