Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
takuto-shimizu authored May 11, 2024
1 parent fc60e78 commit 7293bd6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit"]
build-backend = "flit.buildapi"

[project]
name = "my_samples"
name = "py-project-toml"
authors = [
{name = "Daniel Ciborowski", email = "[email protected]"},
]
Expand Down Expand Up @@ -313,3 +313,15 @@ overgeneral-exceptions= [
"BaseException",
"Exception"
]

[tool.poetry]
name = "mySamplePack"
version = "0.1.0"
description = ""
authors = ["shimizu"]
readme = "README.md"


packages = [
{ include = "src/python_package" }
]

0 comments on commit 7293bd6

Please sign in to comment.