Skip to content

Commit

Permalink
Merge pull request #227 from cdce8p/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dknowles2 authored Nov 17, 2024
2 parents f35ac8e + ffc8d25 commit e0e16c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
dependencies = ["aiohttp ", "apischema", "gql", "graphql-core", "requests"]
requires-python = ">=3.10"
dynamic = ["readme", "version"]
license = {text = "Apache License 2.0"}
license = {text = "Apache-2.0"}
keywords = ["hydrawise", "api", "iot"]
classifiers = [
"Programming Language :: Python :: 3.11",
Expand Down Expand Up @@ -39,4 +39,4 @@ write_to = "pydrawise/_version.py"
profile = "black"
combine_as_imports = true
force_sort_within_sections = true
forced_separate = ["tests"]
forced_separate = ["tests"]

0 comments on commit e0e16c3

Please sign in to comment.