X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6aef6c9d458e8df88f510e94c18f216232b6a786..e9d4e7b67f359114ba57ecf0c1300f7eb4f08950:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index 1ba7a00..37fe820 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -52,6 +53,7 @@ setup( "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",