1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00

Fixed accidentally remove __licence__.

This commit is contained in:
Jakub Roztocil 2012-07-17 01:11:01 +02:00
parent 0cffda86f6
commit 16a7d0a719

View File

@ -4,3 +4,4 @@ HTTPie - cURL for humans.
"""
__author__ = 'Jakub Roztocil'
__version__ = '0.2.5dev'
__licence__ = 'BSD'