Clean up and document the Djblets setup.py file.

Review Request #8497 — Created Oct. 26, 2016 and submitted

Information

Djblets
release-0.10.x
9f48b65...

Reviewers

This is a cleanup change for bringing setup.py back to our modern coding
standards and to help with maintenance. It adds docstrings where
missing, removes the outdated ez_setup.py support, switches strings to
single quotes, appends "Command" to all command classes, removes the
support for the ancient "nightlies" download page, and fixes up the
setup() call to be better organized and use a more sane indent level.
The Djblets package also has a better description.

Tested package building and develop mode.

Description From Last Updated

I don't think this is kosher. We should say 2007-2016 (or just get rid of the copyright header here).

daviddavid

Should probably change this to be "Beanbag, Inc." with some appropriate e-mail address.

daviddavid
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        setup.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        setup.py
    
    
  2. 
      
david
  1. 
      
  2. setup.py (Diff revision 1)
     
     
    Show all issues

    I don't think this is kosher. We should say 2007-2016 (or just get rid of the copyright header here).

  3. setup.py (Diff revision 1)
     
     
     
    Show all issues

    Should probably change this to be "Beanbag, Inc." with some appropriate e-mail address.

  4. 
      
chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.10.x (15bf0ef)
Loading...