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.
1 parent 65ab2f3 commit 465ddb9Copy full SHA for 465ddb9
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