Skip to content

Commit

Permalink
Exclude test codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tell-k committed Feb 18, 2018
1 parent c100e7c commit 60f7b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ def run_tests(self):
install_requires=requires,
tests_require=tests_require,
cmdclass={'test': PyTest},
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests*']),
license='MIT',
)
2 changes: 1 addition & 1 deletion uadetector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .useragent import UserAgent, get_useragent # NOQA
from .constants import ENVIRON_KEY # NOQA

__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 60f7b6a

Please sign in to comment.