]>
git.madduck.net Git - etc/vim.git/blobdiff - pyproject.toml
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
# The following are specific to Black, you probably don't want those.
| blib2to3
| tests/data
# The following are specific to Black, you probably don't want those.
| blib2to3
| tests/data
[tool.poetry]
name = "black"
[tool.poetry]
name = "black"
description = "The uncompromising code formatter."
readme = "README.md"
# FIXME: use proper Unicode below when new `pip` comes out with a fix for
description = "The uncompromising code formatter."
readme = "README.md"
# FIXME: use proper Unicode below when new `pip` comes out with a fix for
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
]
"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"
[tool.poetry.scripts]
black = "black:main"
click = "^6.5"
toml = "^0.9.4"
appdirs = "^1.4"
click = "^6.5"
toml = "^0.9.4"
appdirs = "^1.4"
[tool.poetry.dev-dependencies]
Sphinx = "^1.7"
[tool.poetry.dev-dependencies]
Sphinx = "^1.7"
flake8 = "^3.5"
flake8-bugbear = "^18.2"
flake8-mypy = "^17.8"
flake8 = "^3.5"
flake8-bugbear = "^18.2"
flake8-mypy = "^17.8"
readme_renderer = "^21.0"
recommonmark = "^0.4.0"
readme_renderer = "^21.0"
recommonmark = "^0.4.0"