Code review comment for lp://staging/~jkakar/todo/project-skeleton

Revision history for this message
Nicholas Tollervey (ntoll) wrote :

OK... The only reason I put that it needs fixing is because of the following relatively trivial items:

1) Please list authors alphabetically - it's a nice precedent that everyone understands.
2) The setup.py file needs to reference commandant in some way. The simplest thing to do would be to upload commandant to PyPI and add the following line in setup.py:

     requires=['commandant',]

Instructions for how to do this can be found in the Python docs. I'm more than happy to help with this process (it's very easy).

Other than that +10000000 from me. :-)

review: Needs Fixing

« Back to merge proposal