Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e095b5

Browse files
committed
Merge pull request ua-parser#8 from public/trove-tags
Trove tags
2 parents 5344b73 + bd0627f commit 7e095b5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,14 @@ def run(self):
6464
'Programming Language :: Python',
6565
'Topic :: Internet :: WWW/HTTP',
6666
'Topic :: Software Development :: Libraries :: Python Modules',
67+
'Programming Language :: Python',
68+
'Programming Language :: Python :: 2',
69+
'Programming Language :: Python :: 2.6',
70+
'Programming Language :: Python :: 2.7',
71+
'Programming Language :: Python :: 3',
72+
'Programming Language :: Python :: 3.3',
73+
'Programming Language :: Python :: 3.4',
74+
'Programming Language :: Python :: Implementation :: CPython',
75+
'Programming Language :: Python :: Implementation :: PyPy',
6776
],
6877
)

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist = py26,py27,pypy,py31,py32,py33,py34,docs,pep8,py3pep8
3+
4+
[testenv]
5+
deps =
6+
pyyaml
7+
commands =
8+
python ua_parser/user_agent_parser_test.py
9+

0 commit comments

Comments
 (0)