Skip to content

Commit

Permalink
docs(readme): get rid of specific version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Aug 15, 2023
1 parent ea79117 commit bc86e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ You will also need the following in your ``pyproject.toml`` file:
.. code:: toml
[build-system]
requires = ['boilerplates[setup] ~= 0.1']
requires = ['boilerplates[setup] ~= <version>']
Packaging tests
~~~~~~~~~~~~~~~
Expand All @@ -126,7 +126,7 @@ And, you will need to add the following to your ``requirements_test.txt`` file (

.. code:: text
boilerplates[packaging_tests] ~= 0.1
boilerplates[packaging_tests] ~= <version>
Config boilerplate
------------------
Expand All @@ -147,7 +147,7 @@ And, you will need to add the following to your ``requirements.txt`` file (or eq

.. code:: text
boilerplates[config] ~= 0.2
boilerplates[config] ~= <version>
Logging boilerplate
-------------------
Expand Down

0 comments on commit bc86e28

Please sign in to comment.