Skip to content

Commit 3135e77

Browse files
committed
change pypi package name
1 parent 0baed0a commit 3135e77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Features:
1717
# Installation
1818

1919
```bash
20-
pip install import_guard
20+
pip install import-guard
2121
```
2222

2323
# Usage

import_guard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

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

10-
__version__ = "0.1.1"
10+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
66
module = "import_guard"
7-
# dist-name = "import-guard"
7+
dist-name = "import-guard"
88
author = "Anexen"
99
home-page = "https://github.com/Anexen/import-guard"
1010
description-file = "README.md"

0 commit comments

Comments
 (0)