Edgewall Software
Modify

Opened 8 years ago

Closed 8 years ago

#12528 closed defect (fixed)

Correct package name for ConfigObj

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.13
Component: general Version:
Severity: normal Keywords: configobj
Cc: Branch:
Release Notes:

Fixed package name for configobj in extras_require of setup.py.

API Changes:
Internal Changes:

Description

I noticed that ConfigObj does not generate a link on pypi.

I guess this is because the package name is configobj, not ConfigObj. This is true for the latest, and earlier versions. I checked 4.7.0.

Attachments (1)

Screen Shot 2016-07-04 at 17.47.16.png (111.0 KB ) - added by Ryan J Ollos 8 years ago.

Download all attachments as: .zip

Change History (4)

by Ryan J Ollos, 8 years ago

comment:1 by Ryan J Ollos, 8 years ago

  • 1.0-stable/setup.py

     
    104104    ],
    105105    extras_require = {
    106106        'babel': ['Babel>=0.9.5'],
    107         'configobj': ['ConfigObj'],
     107        'configobj': ['configobj'],
    108108        'pygments': ['Pygments>=0.6'],
    109109        'rest': ['docutils>=0.3.9'],
    110110        'silvercity': ['SilverCity>=0.9.4'],

comment:2 by Ryan J Ollos, 8 years ago

Milestone: 1.0.121.0.13

comment:3 by Ryan J Ollos, 8 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Committed to 1.0-stable in r14958, merged to 1.2-stable in r14959, merged to trunk in r14960.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.