diff --git a/pyproject.toml b/pyproject.toml index 804fb7e..aa168d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ name = "reflex-icon-library" description = "Thousands of icons for any Reflex project" readme = "README.md" -license = "LICENSE.md" authors = [ { name = "celsius narhwal", email = "hello@celsiusnarhwal.dev" } ] @@ -23,6 +22,9 @@ dependencies = [ "yarl>=1.18.0", ] +[project.license] +file = "LICENSE.md" + [project.urls] Homepage = "https://ril.celsiusnarhwal.dev" Repository = "https://github.com/celsiusnarhwal/RIL"