We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ffa91 commit fc5e280Copy full SHA for fc5e280
CHANGES.rst
@@ -8,9 +8,11 @@ Change History
8
9
Bug fixes:
10
11
+- `Issue #60`_: Remove redundant wheel dep from pyproject.toml.
12
- `Issue #61`_: Dist failure for Fedora, CentOS, EPEL.
13
14
15
+.. _`Issue #60`: https://github.com/cpburnz/python-pathspec/pull/60
16
.. _`Issue #61`: https://github.com/cpburnz/python-pathspec/issues/61
17
18
pathspec/_meta.py
@@ -44,6 +44,7 @@
44
"spMohanty <https://github.com/spMohanty>",
45
"ichard26 <https://github.com/ichard26>",
46
"jack1142 <https://github.com/jack1142>",
47
+ "mgorny <https://github.com/mgorny>",
48
]
49
__license__ = "MPL 2.0"
50
__version__ = "0.10.1.dev1"
0 commit comments