|
3 | 3 |
|
4 | 4 | setup( |
5 | 5 | name='user-agents', |
6 | | -version='2.1', |
| 6 | +version='2.2.0', |
7 | 7 | author='Selwin Ong', |
8 | 8 | author_email='selwin.ong@gmail.com', |
9 | 9 | packages=['user_agents'], |
10 | 10 | url='https://github.com/selwin/python-user-agents', |
11 | 11 | license='MIT', |
12 | | -description='A library to identify devices (phones, tablets) and their capabilities by parsing(browser/HTTP) user agent strings', |
| 12 | +description='A library to identify devices (phones, tablets) and their capabilities by parsing browser user agent strings.', |
13 | 13 | long_description=open('README.md').read(), |
14 | 14 | long_description_content_type='text/markdown', |
15 | 15 | zip_safe=False, |
|