From 0568da20a2387d6fd9e39e44b38ef3cc914a682a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 5 Jul 2020 18:53:34 -0400 Subject: [PATCH] remove misleading comment follow-up to #492 ref #95 --- source/guides/distributing-packages-using-setuptools.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/guides/distributing-packages-using-setuptools.rst b/source/guides/distributing-packages-using-setuptools.rst index 75e0c1ed5..ec80fd9e3 100644 --- a/source/guides/distributing-packages-using-setuptools.rst +++ b/source/guides/distributing-packages-using-setuptools.rst @@ -276,9 +276,6 @@ general rule, it's a good idea to use a standard, well-known license, both to avoid confusion and because some organizations avoid software whose license is unapproved. -See :ref:`"Classifier" ` for some examples of -values for ``license``. - classifiers ~~~~~~~~~~~