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 a7711bf commit ad0b20bCopy full SHA for ad0b20b
setup.py
@@ -10,10 +10,10 @@
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',
13
- long_description=open('README.rst').read(),
+ long_description=open('README.md').read(),
14
zip_safe=False,
15
include_package_data=True,
16
- package_data={'': ['README.rst']},
+ package_data={'': ['README.md']},
17
install_requires=['ua-parser'],
18
classifiers=[
19
'Development Status :: 5 - Production/Stable',
0 commit comments