Skip to content

Commit

Permalink
Final touches for pyproject and readme
Browse files Browse the repository at this point in the history
Forgot Requests, shifted substitution definitions in readme down with the rest.
  • Loading branch information
Evolution0 committed Jul 3, 2024
1 parent bc6a728 commit f783569
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
45 changes: 20 additions & 25 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
bandcamp-dl
===========
|PyPI pyversions|
|PyPI pyversions| |PyPI download month| |PyPI license| |GitHub release| |GitHub commits|

.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/bandcamp-downloader.svg
:target: https://pypi.python.org/pypi/bandcamp-downloader/

|PyPI download month|

.. |PyPI download month| image:: https://img.shields.io/pypi/dm/bandcamp-downloader.svg
:target: https://pypi.python.org/pypi/bandcamp-downloader/

|PyPI license|

.. |PyPI license| image:: https://img.shields.io/pypi/l/bandcamp-downloader.svg
:target: https://pypi.python.org/pypi/bandcamp-downloader/

|GitHub release|

.. |GitHub release| image:: https://img.shields.io/github/release/Iheanyi/bandcamp-dl.svg
:target: https://GitHub.com/iheanyi/bandcamp-dl/releases/

|GitHub commits|

.. |GitHub commits| image:: https://img.shields.io/github/commits-since/Iheanyi/bandcamp-dl/v0.0.13.svg
:target: https://GitHub.com/iheanyi/bandcamp-dl/commit/
Download audio from `bandcamp.com`_

Synopsis
Expand Down Expand Up @@ -227,6 +205,23 @@ released into the public domain.
.. _Demjson: https://pypi.python.org/pypi/demjson
.. _Mutagen: https://pypi.python.org/pypi/mutagen
.. _Requests: https://pypi.python.org/pypi/requests
.. _Unicode-Slugify: https://pypi.python.org/pypi/unicode-slugify
.. _Docopt: https://pypi.python.org/pypi/docopt
.. _youtube-dl: https://github.com/rg3/youtube-dl/blob/master/README.md

.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/bandcamp-downloader.svg
:target: https://pypi.python.org/pypi/bandcamp-downloader/


.. |PyPI download month| image:: https://img.shields.io/pypi/dm/bandcamp-downloader.svg
:target: https://pypi.python.org/pypi/bandcamp-downloader/


.. |PyPI license| image:: https://img.shields.io/pypi/l/bandcamp-downloader.svg
:target: https://pypi.python.org/pypi/bandcamp-downloader/


.. |GitHub release| image:: https://img.shields.io/github/release/Iheanyi/bandcamp-dl.svg
:target: https://GitHub.com/iheanyi/bandcamp-dl/releases/


.. |GitHub commits| image:: https://img.shields.io/github/commits-since/Iheanyi/bandcamp-dl/v0.0.13.svg
:target: https://GitHub.com/iheanyi/bandcamp-dl/commit/
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ version = "0.0.15"
dependencies = [
"beautifulsoup4 >= 4.13.0b2",
"demjson3 >= 3.0.6",
"mutagen >= 1.47.0"
"mutagen >= 1.47.0",
"requests >= 2.32.3"
]

[project.urls]
Expand Down

0 comments on commit f783569

Please sign in to comment.