Skip to content

Commit

Permalink
Fixes twine reported warnings when building package. (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaalscarlett authored and 50-Course committed Oct 3, 2024
1 parent 5b89f7b commit d889d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ When creating an ``APNSDevice``, the ``registration_id`` is validated to be a 64
Routes can be added one of two ways:

- Routers_ (include all views)

.. _Routers: http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#using-routers

::
Expand All @@ -357,6 +358,7 @@ Routes can be added one of two ways:
)

- Using as_view_ (specify which views to include)

.. _as_view: http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers#binding-viewsets-to-urls-explicitly

::
Expand Down

0 comments on commit d889d36

Please sign in to comment.