mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Don't install tests directory
This commit is contained in:
parent
6c661bb2e0
commit
8cfcb5897a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue