mirror of
https://github.com/simonw/datasette.git
synced 2026-07-22 07:24:43 +02:00
Fix syntax for literals
This commit is contained in:
parent
21a57d6e03
commit
2650e3ca2c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ To learn how to upload your plugin to `PyPI <https://pypi.org/>`_ for use by oth
|
|||
Packaging a plugin using Poetry
|
||||
-------------------------------
|
||||
|
||||
Instead of using `setup.py` you can package a Datasette plugin using `Poetry <https://python-poetry.org/>`_. You can define your plugin using a `pyproject.toml` file such as:
|
||||
Instead of using ``setup.py`` you can package a Datasette plugin using `Poetry <https://python-poetry.org/>`_. You can define your plugin using a ``pyproject.toml`` file such as:
|
||||
|
||||
.. code-block:: toml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue