Skip to content

Commit

Permalink
setup.py: bump to 0.4; add pytest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zopieux committed Feb 6, 2017
1 parent 8e18188 commit 70e9c9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[aliases]
test=pytest
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

setup(
name='camisole',
version='0.3',
version='0.4',
packages=find_packages(),
url='https://bitbucket.com/prologin/camisole',
license='GPL',
author='serialk, zopieux',
description='An asyncio-based source compiler and test runner.',
install_requires=['aiohttp'],
setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-cov'],
test_suite='pytest',
entry_points={
'console_scripts': ['camisole = camisole.__main__:main'],
},
Expand Down

0 comments on commit 70e9c9b

Please sign in to comment.