diff --git a/pyproject.toml b/pyproject.toml index ab89165..d62c7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ authors = [ { name="Annabel Quach", email="annabelquach13@gmail.com" }, ] -description = "A command line interface tool to generate pride flags from images." +description = "A Python command line interface tool for theming .svg files using user-provided images." readme = "README.md" requires-python = ">=3.10" classifiers = [ @@ -30,4 +30,4 @@ classifiers = [ [project.urls] "Homepage" = "https://github.com/phthallo/pyflagoras" -"Bug Tracker" = "https://github.com/phthallo/pyflagoras/issues" \ No newline at end of file +"Bug Tracker" = "https://github.com/phthallo/pyflagoras/issues"