Skip to content

Commit 1ae3ac6

Browse files
author
Ahmad Nassri
committed
updating contact info and renaming LICENSE.txt to LICENSE
1 parent c2467c8 commit 1ae3ac6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE.txt renamed to LICENSE

File renamed without changes.

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
setup(
77
name='Unirest',
88
version='1.1.6',
9-
author='Mashape Inc.',
10-
author_email='support@mashape.com',
9+
author='Mashape',
10+
author_email='opensource@mashape.com',
1111
packages=['unirest'],
1212
url='https://github.com/Mashape/unirest-python',
13-
license='LICENSE.txt',
14-
description='Unirest, the lightweight HTTP library',
13+
license='LICENSE',
14+
description='Simplified, lightweight HTTP client library',
1515
install_requires=[
1616
"poster >= 0.8.1"
1717
]

unirest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''
22
The MIT License
33
4-
Copyright (c) 2013 Mashape (http://mashape.com)
4+
Copyright (c) 2013 Mashape (https://www.mashape.com)
55
66
Permission is hereby granted, free of charge, to any person obtaining
77
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)