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 committed Oct 29, 2023
1 parent a021a32 commit 7d28052
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 @@ -299,6 +299,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 @@ -317,6 +318,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 7d28052

Please sign in to comment.