Skip to content

Commit

Permalink
Remove unknown classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jan 24, 2025
1 parent 8a39aca commit 0e29200
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Remove unknown project classifier

Upstream-Status: Inappropriate [oe-specific]
Signed-off-by: jhnc-oss

----
diff --git a/pyproject.toml b/pyproject.toml
index 416946b..595300a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
- "Programming Language :: Python :: 3.14",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Object Brokering",
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require ${PN}.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=439c6f54322baa097f0a398de5eb3d9a"

SRC_URI:append = "0001-remove_unknown_classifier.patch"
SRC_URI[sha256sum] = "8a60f3c4401f309c0eb6e754fb6c4e0442231203907cebf61ae74615b52cd38a"

PYPI_PACKAGE = "rpyc"
Expand Down

0 comments on commit 0e29200

Please # to comment.