Skip to content

Commit 794b03d

Browse files
authored
moved packages to tool.poetry section
1 parent 063781a commit 794b03d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.1.8"
44
description = "Easily convert between temperatures!"
55
authors = ["ttimbers <tiffany.timbers@stat.ubc.ca>"]
66
license = "MIT"
7+
packages = [
8+
{ include = "convertempPy"},
9+
]
710

811
[tool.poetry.dependencies]
912
python = "^3.7"
@@ -26,7 +29,3 @@ patch_without_tag = "true"
2629
[build-system]
2730
requires = ["poetry>=0.12"]
2831
build-backend = "poetry.masonry.api"
29-
30-
packages = [
31-
{ include = "convertempPy"},
32-
]

0 commit comments

Comments
 (0)