Skip to content

Commit

Permalink
Use nose setuptools integration
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzen authored and buglloc committed Jul 6, 2017
1 parent ffbba62 commit b14934d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
entry_points={
'console_scripts': ['gixy=gixy.cli.main:main'],
},
test_suite='nose.collector',
packages=find_packages(exclude=['tests', 'tests.*']),
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -37,5 +38,5 @@
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing'
],
include_package_data=True,
)
include_package_data=True
)

0 comments on commit b14934d

Please sign in to comment.