Remove inaccurate statement from setup.py

This commit is contained in:
James R. Barlow 2018-04-01 13:20:17 -07:00
parent 4032570d97
commit 0e7fa78e65

View File

@ -190,9 +190,6 @@ if not forced and command.startswith('install') or \
package='qpdf',
version_check_args=['--version']
)
else:
print('Skipping external program tests because of --force')
if 'upload' in sys.argv[1:]:
print('Use twine to upload the package - setup.py upload is insecure')