Removed comments

This commit is contained in:
Anton Beloglazov 2012-07-25 17:25:29 +10:00
parent a37ec6f476
commit 39094c30f4

View File

@ -20,9 +20,5 @@ setup(
platforms='any',
packages=find_packages(),
tests_require=['pyqcy'], # 'nose', 'mocktest'
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine
#install_requires = ['docutils>=0.3'],
tests_require=['pyqcy'],
)