vintasoftware / drf-rw-serializers

Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
MIT License
180 stars 28 forks source link

Add project urls for PyPI #83

Closed luzfcb closed 5 months ago

luzfcb commented 5 months ago

Motivation and Context

PyPI does not show relevant project URLs (in the Project links section) because they have not been configured on the package build tools.

For example, django displays Project links section like this in PyPI:

image

Description

This pull request includes configuring the relevant project URLs to be shown in PyPI

Relevant docs:

https://python-poetry.org/docs/pyproject#urls https://github.com/pypa/sampleproject/blob/main/pyproject.toml#L138-L153