The platforms and classifiers parameters in setup.cfg are supposed
to be plural, their singular forms are deprecated. Update them
accordingly.
-# Copyright (c) 2016-2020 mudpy authors. Permission to use, copy,
+# Copyright (c) 2016-2021 mudpy authors. Permission to use, copy,
# modify, and distribute this software is granted under terms
# provided in the LICENSE file distributed with this software.
license_files =
AUTHORS
LICENSE
-platform = POSIX/Unix
-classifier =
+platforms = POSIX/Unix
+classifiers =
License :: OSI Approved :: ISC License (ISCL)
Operating System :: POSIX
Operating System :: Unix