generated from KKlochko/poetry-template
Renamed to python_template
This commit is contained in:
+2
-2
@@ -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
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user