Update setup.py

This commit is contained in:
Jakub Roztocil 2021-10-14 11:27:12 +02:00 committed by GitHub
parent 5c267003c7
commit cee283a01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ setup(
description=httpie.__doc__.strip(),
long_description=long_description(),
long_description_content_type='text/markdown',
url='https://httpie.org/',
url='https://httpie.io/',
download_url=f'https://github.com/httpie/httpie/archive/{httpie.__version__}.tar.gz',
author=httpie.__author__,
author_email='jakub@roztocil.co',
@ -100,7 +100,6 @@ setup(
'Topic :: Utilities'
],
project_urls={
'Homepage': 'https://httpie.io/',
'GitHub': 'https://github.com/httpie/httpie',
'Twitter': 'https://twitter.com/httpie',
'Discord': 'https://httpie.io/discord',