We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee04a3 commit 9daeb2bCopy full SHA for 9daeb2b
setup.py
@@ -3,13 +3,13 @@
3
4
setup(
5
name='user-agents',
6
- version='2.1',
+ version='2.2.0',
7
author='Selwin Ong',
8
author_email='selwin.ong@gmail.com',
9
packages=['user_agents'],
10
url='https://github.com/selwin/python-user-agents',
11
license='MIT',
12
- description='A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings',
+ description='A library to identify devices (phones, tablets) and their capabilities by parsing browser user agent strings.',
13
long_description=open('README.md').read(),
14
long_description_content_type='text/markdown',
15
zip_safe=False,
0 commit comments