Skip to content

Commit

Permalink
Change repo name in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-mishin committed Apr 2, 2023
1 parent 6039d29 commit e6a0ee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tool.poetry]
name = "hexlet-code"
version = "0.1.0"
version = "1.0.0"
description = "Task manager"
authors = ["Maks Mishin <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "task_manager"}]
repository = "https://github.com/maks-mishin/python-django-developer-project-52"
repository = "https://github.com/maks-mishin/task-manager/"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit e6a0ee9

Please sign in to comment.