Skip to content

Commit

Permalink
Sort values in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Dec 11, 2023
1 parent c9b163a commit abab9cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit abab9cc

Please sign in to comment.