Skip to content

Commit f1b3204

Browse files
committed
Improved setup.cfg.
1 parent 55d596d commit f1b3204

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

request/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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/'

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[metadata]
22
name = 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/
55
download_url = https://pypi.org/project/django-request/
66
author = Kyle Fuller
77
author_email = kyle@fuller.li
88
maintainer = Mariusz Felisiak
99
maintainer_email = felisiak.mariusz@gmail.com
1010
description = file: docs/description.txt
1111
long_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
1315
classifiers =
1416
Development Status :: 5 - Production/Stable
1517
Environment :: Web Environment

0 commit comments

Comments
 (0)