Provide project_urls in setup.py to improve Django's PyPI page
    
    
    
      
      
      
        
The setup.py package spec has allowed for additional project URLs for a while now, but they were documented earlier this year.
https://packaging.python.org/tutorials/distributing-packages/#project-urls
I suggest adding Django-related project urls to Django's root setup.py, so that the PyPI page links people to the source code, fundraising page, documentation, and issue tracker correctly.
       
     
   
 
      
        
        
          Change History
          (6)
        
          
  
  
  
    
      | Triage Stage: | 
      
        Unreviewed → Accepted
       | 
    
    
      | Type: | 
      
        Uncategorized → Cleanup/optimization
       | 
    
  
 
           
          
  
  
  
    
      | Owner: | 
      
        changed from nobody to Philip James
       | 
    
    
      | Status: | 
      
        new → assigned
       | 
    
  
 
           
          
          
  
  
  
    
      | Triage Stage: | 
      
        Accepted → Ready for checkin
       | 
    
  
 
           
          
  
  
  
    
      | Resolution: | 
      
        → fixed
       | 
    
    
      | Status: | 
      
        assigned → closed
       | 
    
  
 
           
          
          
         
       
     
        
    
    
Patch: https://github.com/django/django/pull/9959