Skip to content

Commit f93f1f3

Browse files
authored
Fix: Update classifiers field to be a list as per PEP-301 (#2779)
1 parent 1ad22cc commit f93f1f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
version=__version__, # noqa
4949
description="MSS - Mission Support System",
5050
long_description=long_description,
51-
classifiers="Development Status :: 5 - Production/Stable",
51+
classifiers=["Development Status :: 5 - Production/Stable",],
5252
keywords="mslib",
5353
maintainer="Reimar Bauer",
5454
maintainer_email="rb.proj@gmail.com",

0 commit comments

Comments
 (0)