Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.01 KB

AUTHORS.rst

File metadata and controls

41 lines (26 loc) · 1.01 KB

Authors

  • Lakshmi Vyas

    • Maintainer.
  • Brandon Philips

    • Clean up packaging issues.
      • Use distribute to peek into the package to get the issue number. {38e21c48680873fc7409effb654c0c733024e9e1}.
      • Get install_requires from the requirements.txt file. {d8b29fa3fe2f0bdeeda91c445a9aea38b8fa5b70}.
  • Ben West

    • Allow parameterless subcommands and commands. (Pull #4).
  • Julien Danjou

    • Support for nested subcommands. (Pull #7)
  • fruch

    Use the parameters in the same order as provided. (Pulls #8)

  • Jon Banafato

    • Upgrade from distribute to setuptools
    • Python 3 compatibility