summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-08-27 22:28:35 +0300
committerGitHub <noreply@github.com>2019-08-27 22:28:35 +0300
commite82544b3ec1badfacda016fdbdd96410efda9376 (patch)
treecca077b64f4a7370e71223b3ed4bba4be395bff1
parentd464d192ca996a107fc6dd5099f72227cf64a8ea (diff)
parent334201dc9bc6e73d6d8a012e1982d62f1ed70621 (diff)
downloadnumpy-e82544b3ec1badfacda016fdbdd96410efda9376.tar.gz
Merge pull request #14372 from jdufresne/py3only
DOC: Document project as Python 3 only with a trove classifier
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e850c3d13..f9ea81696 100755
--- a/setup.py
+++ b/setup.py
@@ -44,6 +44,7 @@ Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
Topic :: Scientific/Engineering