summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-21 21:09:43 -0700
committerPaul McGuire <ptmcg@users.noreply.github.com>2019-10-21 23:09:43 -0500
commitdf028eaecfdb74908fb1155b9f776b13597b3e3c (patch)
tree6e4bb3fb3c9b4f9a9459384a4a34eb3d64a7966a
parentc4499b3638931e4034c7bcb82763ec3397eac896 (diff)
downloadpyparsing-git-df028eaecfdb74908fb1155b9f776b13597b3e3c.tar.gz
Remove deprecated license_file from setup.cfg (#146)
Starting with wheel 0.32.0 (2018-09-29), the "license_file" option is deprecated. https://wheel.readthedocs.io/en/stable/news.html The wheel will continue to include LICENSE, it is now included automatically: https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index df7b7bf..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[metadata]
-license_file = LICENSE