~ubuntu-branches/ubuntu/precise/pyzmq/precise

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-09-08 13:50:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100908135041-sfddouno54mxz0pn
Tags: 0.1.20100703+git18f5d06155-1
Initial release. (Closes: #590633)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
# Extensions
88
88
#-----------------------------------------------------------------------------
89
89
 
90
 
cmdclass = {'test':TestCommand, 'clean':CleanCommand }
 
90
cmdclass = {'test':TestCommand}
91
91
 
92
92
try:
93
93
    from Cython.Distutils import build_ext