Skip to content

Commit

Permalink
Add package to subdirectories test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed May 30, 2022
1 parent 83a63c6 commit 97e594b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "~2.7 || ^3.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Empty file.

0 comments on commit 97e594b

Please sign in to comment.