We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018272b commit a324241Copy full SHA for a324241
irun/base.py
@@ -6,7 +6,6 @@ class IRunException(Exception):
6
7
8
class Matchers(str, Enum):
9
-
10
# any matcher: ...
11
# e.g: foo(...) => foo(MATCH_ONE)
12
MATCH_ONE = "__match_one"
setup.cfg
@@ -7,7 +7,7 @@ long_description_content_type = text/markdown
url = https://github.com/reizio/irun
author = isidentical
author_email = isidentical@gmail.com
-license_file = LICENSE.txt
+license_files = LICENSE.txt
classifiers =
Programming Language :: Python :: 3
13
Programming Language :: Python :: 3 :: Only
0 commit comments