Merge pull request #34 from felixonmars/master

Don't install tests directory
This commit is contained in:
lilydjwg 2015-11-08 01:21:57 +08:00
commit 2e6749021f

View file

@ -7,7 +7,7 @@ import nvchecker
setup(
name = 'nvchecker',
version = nvchecker.__version__,
packages = find_packages(),
packages = find_packages(exclude=["tests"]),
install_requires = ['tornado>=4.1', 'setuptools'],
tests_require=[
'pytest',