Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
takkaria committed Mar 28, 2021
1 parent 6407dcc commit ca85912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "plucker"
description = "validate, map and reduce regularly structured data into dataclasses"
description = "Validate and extract JSON-sourced data into type-safe dataclasses"
version = "0.1.0"
license = "MIT"
authors = []
authors = ["Anna Sidwell <anna@takkaria.org>"]
readme = "README.md"
repository = "https://github.com/takkaria/plucker"
keywords = []
Expand All @@ -19,7 +19,7 @@ classifiers = [
]

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

[tool.poetry.dev-dependencies]
mypy = "^0.812"
Expand Down

0 comments on commit ca85912

Please sign in to comment.