From 76fe7a31991d86b68ac1a9f848a775cf7a9dcca8 Mon Sep 17 00:00:00 2001 From: AdamFinkle <77808710+AdamFinkle@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:46:16 -0400 Subject: [PATCH] Updated authors list to include Phil and have correct Apache License. --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4e960755..d50a48df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "77808710+AdamFinkle@users.noreply.github.com" }, +authors = [{ name = "Phil Gold", email = "phil_g@pobox.com" }, + { name = "Adam Finkle", email = "77808710+AdamFinkle@users.noreply.github.com" }, { name = "Ethan Strominger", email = "ethanstrominger2@gmail.com" }] license = { file = "LICENSE" } classifiers = [ - "License :: OSI Approved :: Apache 2.0", + "License :: OSI Approved :: Apache Software License (v2)", "Programming Language :: Python", "Programming Language :: Python :: 3", ]