comparison setup.py @ 106:1f84c6def8bd

pave way for pytest
author Jeff Hammel <k0scist@gmail.com>
date Fri, 31 Mar 2017 16:38:02 -0700
parents ae8df6457f05
children 1a8a977e7d5d
comparison
equal deleted inserted replaced
105:70f5be036103 106:1f84c6def8bd
29 'martINI>=0.4.2', 29 'martINI>=0.4.2',
30 'contenttransformer>=0.3.3', 30 'contenttransformer>=0.3.3',
31 'PyRSS2Gen', 31 'PyRSS2Gen',
32 ], 32 ],
33 dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'], 33 dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'],
34 tests_require=['tox'], 34 tests_require=['tox', 'pytest'],
35 entry_points=""" 35 entry_points="""
36 [console_scripts] 36 [console_scripts]
37 create-decoupage-index = decoupage.create_index:main 37 create-decoupage-index = decoupage.create_index:main
38 decoupage-templates = decoupage.templates:main 38 decoupage-templates = decoupage.templates:main
39 decoupage-formatters = decoupage.formatters:main 39 decoupage-formatters = decoupage.formatters:main