Renamed to python_template

main
KKlochko 2 years ago
parent 78c11c4b19
commit 7c2926314b

@ -1,10 +1,10 @@
[tool.poetry]
name = "poetry-template"
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "poetry_template"}]
packages = [{include = "python_template"}]
[tool.poetry.dependencies]
python = "^3.10"

@ -1,5 +1,5 @@
import pytest
from poetry_template.main import sum, mul
from python_template.main import sum, mul
def test_sum():
a = 1

Loading…
Cancel
Save