diff --git a/pyproject.toml b/pyproject.toml index 8fe8c51..0043818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,15 @@ dependencies = [ "plotly>=5.23.0", "pydantic>=2.0.0", ] +classifiers = [ + "Programming Language :: Python :: 3", + "Operating System :: OS Independent", +] +license = "MIT" +license-files = ["LICENSE"] + +[project.urls] +Homepage = "https://github.com/jday1/plotlylogomaker" [project.optional-dependencies] dev = [