File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11__version__ = '1.5.6'
22__copyright__ = 'Copyright (c) 2009-2020, Kyle Fuller, Mariusz Felisiak'
3- __licence__ = 'BSD'
43__author__ = [
54 'Kyle Fuller <kyle@fuller.li>' ,
65 'Jannis Leidel (jezdez)' ,
76 'krisje8 <krisje8@gmail.com>' ,
87 'Mariusz Felisiak <felisiak.mariusz@gmail.com>' ,
98]
10- __URL__ = 'https://django-request.readthedocs.io/en/latest/'
Original file line number Diff line number Diff line change 11[metadata]
22name = django-request
3- version = attr: request.__version__
4- url = attr: request.__URL__
3+ version = 1.5.6
4+ url = https://django- request.readthedocs.io/en/latest/
55download_url = https://pypi.org/project/django-request/
66author = Kyle Fuller
77author_email = kyle@fuller.li
88maintainer = Mariusz Felisiak
99maintainer_email = felisiak.mariusz@gmail.com
1010description = file: docs/description.txt
1111long_description = file: docs/long_description.txt
12- license = attr: request.__licence__
12+ long_description_content_type = text/x-rst
13+ license = BSD
14+ license_files = LICENSE
1315classifiers =
1416 Development Status :: 5 - Production/Stable
1517 Environment :: Web Environment
You can’t perform that action at this time.
0 commit comments