Skip to content

Commit

Permalink
Merge pull request #8 from kraken-tech/update/specify_readme_for_pack…
Browse files Browse the repository at this point in the history
…age_build
  • Loading branch information
NicholasBunn authored Aug 23, 2024
2 parents 99932f7 + 5b9fcc6 commit 1212f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This package supports:
- Django 3.2, 4.0, 4.1, 4.2, 5.0
- Django Rest Framework 3.12, 3.13, 3.14, 3.15

For an exact list of tested version combinations, see the `valid_version_combinations` set in the [noxfile](./noxfile.py)
For an exact list of tested version combinations, see the `valid_version_combinations` set in the [noxfile](https://github.com/kraken-tech/django-rest-framework-recursive/blob/master/noxfile.py)

During development you will also need:

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ where = ["src"]

[project]
name = "drf-recursive"
readme = "README.md"

# Do not manually edit the version, use `make version_{type}` instead.
# This should match the version in the [tool.bumpversion] section.
Expand Down

0 comments on commit 1212f36

Please sign in to comment.