diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-28 11:32:35 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-28 11:32:35 -0400 |
commit | 90765495f6385f8765bad94c5286b2da48bf1ba5 (patch) | |
tree | 7585211fbae3951edef29023b2b003ec6cb76d39 /setup.py | |
parent | e54e5a5b891548df4df0acb04b6e607ad8f871b1 (diff) | |
download | cmd2-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-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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()))) |