X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/be35b1ed2d1f9453090bb29ac24abe997815ff70..a701659da2e2b8cc5abca2c6c7c97832551627c0:/setup.py diff --git a/setup.py b/setup.py index 8c9672e..cc49292 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def get_long_description() -> str: setup( name="black", use_scm_version={ - "write_to": "_version.py", + "write_to": "_black_version.py", "write_to_template": 'version = "{version}"\n', }, description="The uncompromising code formatter.", @@ -40,6 +40,7 @@ setup( "toml>=0.9.4", "typed-ast>=1.3.1", "regex", + "pathspec>=0.6, <1", ], extras_require={"d": ["aiohttp>=3.3.2", "aiohttp-cors"]}, test_suite="tests.test_black",