setup.cfg 584 B

1234567891011121314151617181920212223
  1. [easy_install]
  2. zip_ok = false
  3. [nosetests]
  4. exclude=medusa
  5. nocapture=1
  6. cover-package=supervisor
  7. cover-erase=1
  8. [bdist_rpm]
  9. ;If you are building your own RPM of Supervisor, it is recommended that you
  10. ;also build your own RPM of meld3 (https://github.com/Supervisor/meld3) to
  11. ;ensure you have the most recent version. Your distribution may have a
  12. ;"python-meld3" package that you might be able substitute here, but it may
  13. ;not be compatible and may not have the most recent bug fixes.
  14. requires =
  15. meld3
  16. [aliases]
  17. dev = develop easy_install supervisor[testing]
  18. [wheel]
  19. universal = 1