1. 10 Jun, 2015 1 commit
  2. 08 Jun, 2015 6 commits
  3. 07 Jun, 2015 7 commits
  4. 29 May, 2015 2 commits
  5. 28 May, 2015 3 commits
  6. 27 May, 2015 4 commits
  7. 22 May, 2015 1 commit
  8. 18 May, 2015 4 commits
  9. 16 May, 2015 1 commit
  10. 03 May, 2015 6 commits
  11. 01 May, 2015 1 commit
    • Marc Abramowitz's avatar
      Nicer error when problem in install_requires · 33544f0b
      Marc Abramowitz authored
      Instead of:
      
          $ python setup.py egg_info
          error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
      
      We now have the more helpful:
      
          $ python setup.py egg_info
          error in adminweb setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers.
          Error: Expected version spec in smsdk.authsvc>=0.0.8,2.0 at 2.0
      
      It took me longer than it should to find the problem with the old error
      message. The new error message would've helped greatly.
      33544f0b
  12. 27 Apr, 2015 2 commits
  13. 26 Apr, 2015 2 commits