We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063781a commit 794b03dCopy full SHA for 794b03d
1 file changed
pyproject.toml
@@ -4,6 +4,9 @@ version = "0.1.8"
4
description = "Easily convert between temperatures!"
5
authors = ["ttimbers <tiffany.timbers@stat.ubc.ca>"]
6
license = "MIT"
7
+packages = [
8
+ { include = "convertempPy"},
9
+]
10
11
[tool.poetry.dependencies]
12
python = "^3.7"
@@ -26,7 +29,3 @@ patch_without_tag = "true"
26
29
[build-system]
27
30
requires = ["poetry>=0.12"]
28
31
build-backend = "poetry.masonry.api"
-
-packages = [
- { include = "convertempPy"},
32
-]
0 commit comments