From 6ce8797d3dfc07cb562033554aac7d2620a82af7 Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Wed, 10 Jul 2024 11:19:34 -0400 Subject: [PATCH] Fix project classifiers for PyPI. (#5) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0afbc2c..4816d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,8 @@ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Framework :: Spark", "Topic :: Scientific/Engineering", - "License :: Other/Proprietary License", + "License :: OSI Approved :: Apache Software License", ] readme = "README.rst" dependencies = [