Skip to content

Commit

Permalink
minor rst and setup.py fixes for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Teriks committed Jan 17, 2025
1 parent 599db12 commit 33a59f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ When done editing ``~/.bashrc`` do:
Install Python >=3.10,<3.13 (Debian / Ubuntu) and pipx
-----------------------------------------------
------------------------------------------------------

.. code-block:: bash
Expand Down Expand Up @@ -1834,7 +1834,7 @@ You need to first install ROCm support, follow: https://rocm.docs.amd.com/projec
Then use: ``--extra-index-url https://download.pytorch.org/whl/rocm6.2/`` when installing via ``pip`` or ``pipx``.

Install Python >=3.10,<3.13 (Debian / Ubuntu) and pipx
-----------------------------------------------
------------------------------------------------------

.. code-block:: bash
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def get_poetry_pyproject_as_pip_requires(include_optional=False, exclude=None):
description='Batch image generation and manipulation tool supporting Stable Diffusion and related techniques / '
'algorithms, with support for video and animated image processing.',
long_description=README,
long_description_content_type="text/x-rst",
install_requires=pyproject_requirements,
extras_require={
'ncnn': ['ncnn==1.0.20240820'],
Expand Down

0 comments on commit 33a59f1

Please sign in to comment.