summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-05-04 18:39:09 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-08 10:20:35 +0200
commitf9c1d1884eb3b5328901453389b2519149935a7c (patch)
tree00e30b8f823f42c1bb426e38697da73121a7690c /setup.cfg
parent34f589ba88ae8ce7cf40c49e0e623f90cad2046d (diff)
downloaddjango-f9c1d1884eb3b5328901453389b2519149935a7c.tar.gz
Removed deprecated license-file from setup.cfg.
Starting with wheel 0.32.0 (2018-09-29), the "license-file" option is deprecated. LICENSE is now included automatically.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index c68fc0c6eb..5dad034561 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,3 @@ include_trailing_comma = true
known_first_party = django
line_length = 79
multi_line_output = 5
-
-[metadata]
-license-file = LICENSE