1. 27 May, 2015 4 commits
  2. 18 May, 2015 4 commits
  3. 16 May, 2015 1 commit
  4. 03 May, 2015 6 commits
  5. 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
  6. 27 Apr, 2015 2 commits
  7. 26 Apr, 2015 9 commits
  8. 21 Apr, 2015 1 commit
  9. 15 Apr, 2015 5 commits
  10. 05 Apr, 2015 2 commits
  11. 03 Apr, 2015 4 commits
  12. 30 Mar, 2015 1 commit