Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from MousaZeidBaker/fix_module_not_found_error
Browse files Browse the repository at this point in the history
fix module not found error
  • Loading branch information
MousaZeidBaker authored Sep 15, 2021
2 parents 3f4e00c + ff24add commit 09ca8f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "poetryup"
version = "0.3.0"
version = "0.3.1"
description = "Update dependencies and bump their version in the pyproject.toml file"
authors = ["Mousa Zeid Baker"]
packages = [
{ include = "poetryup", from = "src" },
]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/MousaZeidBaker/poetryup"
Expand Down Expand Up @@ -30,7 +33,7 @@ pytest = "^6.2.5"
pytest-mock = "^3.6.1"

[tool.poetry.scripts]
poetryup = "src.poetryup.poetryup:main"
poetryup = "poetryup.poetryup:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 09ca8f3

Please sign in to comment.