Skip to content

Commit

Permalink
pypi stuff and dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Jun 7, 2023
1 parent b2e7dc4 commit 1a6f61c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: "nbquarto"
---

## Key Terms

- `Cell`: An executing module or Markdown container in a Jupyter Notebook.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ line-length = 119

[tool.ruff.isort]
lines-after-imports = 2
known-first-party = ["accelerate"]
known-first-party = ["nbquarto"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_section = FIRSTPARTY
ensure_newline_before_comments = True
force_grid_wrap = 0
include_trailing_comma = True
known_first_party = accelerate
known_first_party = nbquarto
line_length = 119
lines_after_imports = 2
multi_line_output = 3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
license='MIT',
description='A minimal nbdev version, focused on writing quarto extensions',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
install_requires=["pyyaml", "hf-doc-builder~=0.4.0"],
extras_require=extras,
keywords="quarto",
Expand Down
2 changes: 1 addition & 1 deletion src/nbquarto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "0.0.2.dev0"

from .notebook import read_notebook, write_notebook
from .processor import NotebookProcessor, Processor

0 comments on commit 1a6f61c

Please sign in to comment.