File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 6
6
setup (
7
7
name = 'Unirest' ,
8
8
version = '1.1.6' ,
9
- author = 'Mashape Inc. ' ,
10
- author_email = 'support @mashape.com' ,
9
+ author = 'Mashape' ,
10
+ author_email = 'opensource @mashape.com' ,
11
11
packages = ['unirest' ],
12
12
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' ,
15
15
install_requires = [
16
16
"poster >= 0.8.1"
17
17
]
Original file line number Diff line number Diff line change 1
1
'''
2
2
The MIT License
3
3
4
- Copyright (c) 2013 Mashape (http ://mashape.com)
4
+ Copyright (c) 2013 Mashape (https ://www. mashape.com)
5
5
6
6
Permission is hereby granted, free of charge, to any person obtaining
7
7
a copy of this software and associated documentation files (the
You can’t perform that action at this time.
0 commit comments