mirror of https://github.com/yandex/gixy
Use nose setuptools integration
https://nose.readthedocs.io/en/latest/setuptools_integration.htmlpull/69/head
parent
ffbba62b41
commit
b14934d3ba
5
setup.py
5
setup.py
|
@ -27,6 +27,7 @@ setup(
|
|||
entry_points={
|
||||
'console_scripts': ['gixy=gixy.cli.main:main'],
|
||||
},
|
||||
test_suite='nose.collector',
|
||||
packages=find_packages(exclude=['tests', 'tests.*']),
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
@ -37,5 +38,5 @@ setup(
|
|||
'Topic :: Software Development :: Quality Assurance',
|
||||
'Topic :: Software Development :: Testing'
|
||||
],
|
||||
include_package_data=True,
|
||||
)
|
||||
include_package_data=True
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue