Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 807f931

Browse filesBrowse files
committed
Fix setup.py
1 parent fdd73fa commit 807f931
Copy full SHA for 807f931

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
url='https://github.com/selwin/python-user-agents',
1111
license='MIT',
1212
description='A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings',
13-
long_description=open('README.rst').read(),
13+
long_description=open('README.md').read(),
14+
long_description_content_type='text/markdown',
1415
zip_safe=False,
1516
include_package_data=True,
1617
package_data={'': ['README.rst']},

‎user_agents/__init__.py

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (2, 1, 0)
1+
VERSION = (2, 2, 0)
22

33
from .parsers import parse

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.