diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-08-27 22:28:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 22:28:35 +0300 |
commit | e82544b3ec1badfacda016fdbdd96410efda9376 (patch) | |
tree | cca077b64f4a7370e71223b3ed4bba4be395bff1 | |
parent | d464d192ca996a107fc6dd5099f72227cf64a8ea (diff) | |
parent | 334201dc9bc6e73d6d8a012e1982d62f1ed70621 (diff) | |
download | numpy-e82544b3ec1badfacda016fdbdd96410efda9376.tar.gz |
Merge pull request #14372 from jdufresne/py3only
DOC: Document project as Python 3 only with a trove classifier
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |