From 90c5b3c410947404682d5b263af2e20c2c072319 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 28 Mar 2024 23:58:15 +0530 Subject: [PATCH] Update stale Khoj pypi package metadata Use latest License, Intended Audience and Dev Status --- .github/workflows/pypi.yml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index ea6f6242..92bf9276 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -21,7 +21,7 @@ on: jobs: publish: name: Publish Python Package to PyPI - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest permissions: id-token: write steps: diff --git a/pyproject.toml b/pyproject.toml index b70e17b7..9183e607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ keywords = [ "pdf", ] classifiers = [ - "Development Status :: 4 - Beta", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Development Status :: 5 - Production/Stable", + "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", @@ -33,7 +33,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Human Machine Interfaces", - "Topic :: Text Processing :: Linguistic", + "Intended Audience :: Information Technology", ] dependencies = [ "beautifulsoup4 ~= 4.12.3",