From bee9aafaec5e1c295003609597a4e575bdde3135 Mon Sep 17 00:00:00 2001 From: matialm Date: Wed, 10 Jan 2024 14:32:37 -0300 Subject: [PATCH] Update pyproject.toml to show license on PyPI (#245) License wasn't showing on pypi page, now it will --- .changes/unreleased/Docs-20240108-193257.yaml | 6 ++++++ pyproject.toml | 1 + 2 files changed, 7 insertions(+) create mode 100644 .changes/unreleased/Docs-20240108-193257.yaml diff --git a/.changes/unreleased/Docs-20240108-193257.yaml b/.changes/unreleased/Docs-20240108-193257.yaml new file mode 100644 index 00000000..bc90e455 --- /dev/null +++ b/.changes/unreleased/Docs-20240108-193257.yaml @@ -0,0 +1,6 @@ +kind: Docs +body: Ensured license information gets displayed in pypi +time: 2024-01-08T19:32:57.6875672-03:00 +custom: + Author: matialm + Issue: "245" diff --git a/pyproject.toml b/pyproject.toml index 2690482f..70a8a86d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",