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 ad0b20b

Browse filesBrowse files
committed
Rename README.rst to README.md in setup.py.
1 parent a7711bf commit ad0b20b
Copy full SHA for ad0b20b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
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(),
1414
zip_safe=False,
1515
include_package_data=True,
16-
package_data={'': ['README.rst']},
16+
package_data={'': ['README.md']},
1717
install_requires=['ua-parser'],
1818
classifiers=[
1919
'Development Status :: 5 - Production/Stable',

0 commit comments

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