1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

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

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',