Skip to content

Commit

Permalink
fix: fix pyproject, move authors to project block
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Nov 7, 2024
1 parent 345bdc7 commit 6284515
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ dependencies = [
"boto3>=1.28.35,<2.0.0",

]
authors = [
{name = "DataShades", email = "[email protected]"},
{name = "Oleksandr Cherniavskyi", email = "[email protected]"},
]

[project.optional-dependencies]
dev = [
"boto3-stubs[logs]>=1.35.0,<2.0.0"
]

authors = [
{name = "DataShades", email = "[email protected]"},
{name = "LD"},
]

[project.readme]
file = "README.md"
content-type = "text/markdown"
Expand Down

0 comments on commit 6284515

Please sign in to comment.