1
0

Move classifiers under project

If we're only defining static classifiers, then they should live under
`project` instead of `tool.poetry`.
This commit is contained in:
Andrew Morgan
2025-05-13 15:40:01 +01:00
parent fe93c5d953
commit 29e9eb7ca8
+4 -4
View File
@@ -7,6 +7,10 @@ authors = [
]
license = "AGPL-3.0-or-later"
readme = "README.rst"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Communications :: Chat",
]
dynamic = [
# TODO: Transition our `tool.poetry.dependencies` section to
# `project.dependencies`.
@@ -134,10 +138,6 @@ manifest-path = "rust/Cargo.toml"
module-name = "synapse.synapse_rust"
[tool.poetry]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Topic :: Communications :: Chat",
]
packages = [
{ include = "synapse" },
]