mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Merge pull request #34 from felixonmars/master
Don't install tests directory
This commit is contained in:
commit
2e6749021f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ import nvchecker
|
||||||
setup(
|
setup(
|
||||||
name = 'nvchecker',
|
name = 'nvchecker',
|
||||||
version = nvchecker.__version__,
|
version = nvchecker.__version__,
|
||||||
packages = find_packages(),
|
packages = find_packages(exclude=["tests"]),
|
||||||
install_requires = ['tornado>=4.1', 'setuptools'],
|
install_requires = ['tornado>=4.1', 'setuptools'],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest',
|
'pytest',
|
||||||
|
|
Loading…
Add table
Reference in a new issue