Thanks to visit codestin.com Credit goes to github.com
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.
2 parents fe2c5b3 + 465ddb9 commit 00f556aCopy full SHA for 00f556a
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include ua_parser/regexes.yaml
2
+include ua_parser/regexes.json
setup.py
@@ -39,7 +39,7 @@ def run(self):
39
40
setup(
41
name='ua-parser',
42
- version='0.4.0',
+ version='0.4.1',
43
description="Python port of Browserscope's user agent parser",
44
author='PBS',
45
author_email='[email protected]',
@@ -53,7 +53,7 @@ def run(self):
53
install_requires=['pyyaml'],
54
cmdclass={
55
'develop': develop,
56
- 'sdist': sdist,
+ 'sdist': sdist,
57
},
58
classifiers=[
59
'Development Status :: 4 - Beta',
0 commit comments