Removed some zest entry points for setup.cfg

This commit is contained in:
Hernan Grecco 2014-11-03 16:39:20 -03:00
parent cda086328a
commit 14a587aaf3
2 changed files with 0 additions and 6 deletions

View File

@ -6,6 +6,3 @@ ignore =
[bdist_wheel]
universal = 1
[zest.releaser]
releaser.after_checkout = pint._run_pyroma
prereleaser.before = pint._check_travis

View File

@ -48,9 +48,6 @@ setup(
'zest.releaser.releaser.after_checkout': [
'pyroma = pint:_run_pyroma',
],
'zest.releaser.prereleaser.before': [
'travis = pint:_check_travis',
],
},
license='BSD',
classifiers=[