From abab9cc8d6ac4bf451c806b7ea60d4e862baefbc Mon Sep 17 00:00:00 2001 From: Cody Scott Date: Mon, 11 Dec 2023 13:47:50 -0500 Subject: [PATCH] Sort values in pyproject.toml --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74f4e76..918fa0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,24 +3,24 @@ requires = ["setuptools", "wheel"] [project] authors = [ - {name = "Cody Scott", email = "cody.j.b.scott@gmail.com"}, + {email = "cody.j.b.scott@gmail.com", name = "Cody Scott"}, ] classifiers = [ - "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Programming Language :: Python :: 3", ] dependencies = [ "beautifulsoup4", + "click", + "csscompressor", "feedwerk", "Flask", "Flask-FlatPages", "Frozen-Flask", - "Pygments", - "click", "htmlmin", "jsmin", - "csscompressor", + "Pygments", ] description = "Write Markdown and Jinja2 templates to create a website" maintainers = [