Skip to content

Commit

Permalink
Merge pull request #3 from AdamFinkle/update_pyproject.toml
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
AdamFinkle authored Jun 26, 2024
2 parents b5eddfc + 2cc18ac commit 2a02597
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "greenbutton_objects"
version = "2024.6.21"
version = "2024.6.25"
description = "Parse Green Button XML files into Python objects."
readme = "README.md"
authors = [{ name = "Adam Finkle", email = "[email protected]" },
authors = [{ name = "Phil Gold", email = "[email protected]" },
{ name = "Adam Finkle", email = "[email protected]" },
{ name = "Ethan Strominger", email = "[email protected]" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: Apache 2.0",
"License :: OSI Approved :: Apache Software License (v2)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
Expand Down

0 comments on commit 2a02597

Please sign in to comment.