diff --git a/pyproject.toml b/pyproject.toml index eb01cfb..18f96b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -39,4 +39,4 @@ write_to = "pydrawise/_version.py" profile = "black" combine_as_imports = true force_sort_within_sections = true -forced_separate = ["tests"] \ No newline at end of file +forced_separate = ["tests"]