Skip to content

Commit

Permalink
Merge pull request dnanhkhoa#18 from sentifi-ag/minor-update-readme-s…
Browse files Browse the repository at this point in the history
…etuppy

Minor update readme setup.py
  • Loading branch information
Khoa Duong authored Feb 9, 2020
2 parents cf4a07f + ed1cc4b commit d4bd99e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# nb_black

[![PyPI](https://img.shields.io/pypi/v/nb_black.svg)]()
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nb_black.svg)]()
[![PyPI](https://img.shields.io/pypi/v/nb_black.svg)](https://pypi.org/project/nb-black/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nb_black.svg)](https://pypi.org/project/nb-black/)

A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using **Black**.
A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using **[Black](https://github.com/psf/black)**.

Please note that since the **Black** package only supports Python 3.6+, so **YAPF** package will
Please note that since the **Black** package only supports Python 3.6+, so **[YAPF](https://github.com/google/yapf)** package will
be used for the lower versions. If you edit the code while running the cell, the formatting is
not submitted to the Jupyter notebook and instead silently suppressed, so you have to stick with
the edited, but unformatted code.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def readme(file_name):

setup(
name="nb_black",
version="1.0.6",
version="1.0.7",
description="A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using Black.",
long_description=readme(file_name="README.md"),
keywords="black-formatter black-beautifier black jupyterlab-extension jupyter-notebook-extension",
Expand Down

0 comments on commit d4bd99e

Please sign in to comment.