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 276955a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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",
"jsmin",
"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 276955a

Please sign in to comment.