Daniel M. Capella 2017-06-25 20:42:00 +00:00 committed by Andrew Krasichkov
parent ffbba62b41
commit b14934d3ba
1 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@ setup(
entry_points={ entry_points={
'console_scripts': ['gixy=gixy.cli.main:main'], 'console_scripts': ['gixy=gixy.cli.main:main'],
}, },
test_suite='nose.collector',
packages=find_packages(exclude=['tests', 'tests.*']), packages=find_packages(exclude=['tests', 'tests.*']),
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
@ -37,5 +38,5 @@ setup(
'Topic :: Software Development :: Quality Assurance', 'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing' 'Topic :: Software Development :: Testing'
], ],
include_package_data=True, include_package_data=True
) )