Newer versions of pip will check PyPI for python_requires metadata,
helping to determine prior to package download if the local version
of the interpreter is sufficiently new to support a given package
version. Set ours to >= 3.5 for now. This should be increased any
time support for an old interpreter release is dropped from the list
in our trove classifiers.
Topic :: Games/Entertainment :: Role-Playing
Topic :: Internet
+[options]
+python_requires = >=3.5
+
[files]
packages =
mudpy