summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-28 11:32:35 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-05-28 11:32:35 -0400
commit90765495f6385f8765bad94c5286b2da48bf1ba5 (patch)
tree7585211fbae3951edef29023b2b003ec6cb76d39 /setup.py
parente54e5a5b891548df4df0acb04b6e607ad8f871b1 (diff)
downloadcmd2-git-90765495f6385f8765bad94c5286b2da48bf1ba5.tar.gz
Fix error in setup.py
PyPI doesn't recognize PyPy3 as a valid programming language
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f018ba5..b2c921f7 100755
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,6 @@ Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
-Programming Language :: Python :: Implementation :: PyPy3
Topic :: Software Development :: Libraries :: Python Modules
""".splitlines())))