X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/98b6c887da891eb1a4d9401a13ec12f9c5e7f7eb..2f0a1852a913c707bae9ccb1007da0ccf3c03988:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 4e1ed97..f133c6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.6b3" +version = "18.6b4" description = "The uncompromising code formatter." readme = "README.md" # FIXME: use proper Unicode below when new `pip` comes out with a fix for @@ -51,7 +51,11 @@ classifiers=[ "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance", ] -# include = ["blib2to3/**/*.py", "blib2to3/*.txt", "blib2to3/LICENSE"] + +packages = [ + {include = "black.py"}, + {include = "blib2to3"} +] [tool.poetry.scripts] black = "black:main" @@ -62,6 +66,7 @@ attrs = "^17.4" click = "^6.5" toml = "^0.9.4" appdirs = "^1.4" +aiohttp = "^3.4" [tool.poetry.dev-dependencies] Sphinx = "^1.7" @@ -70,6 +75,6 @@ coverage = "^4.5" flake8 = "^3.5" flake8-bugbear = "^18.2" flake8-mypy = "^17.8" -mypy = "^0.600" +mypy = "^0.620" readme_renderer = "^21.0" recommonmark = "^0.4.0"