Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#13960 closed defect (fixed)

License classifier should be BSD License

Reported by: Jun Omae Owned by: Jun Omae
Priority: normal Component: AutocompleteUsersPlugin
Severity: normal Keywords:
Cc: Jun Omae Trac Release:

Description

setup(
...
    license='BSD 3-Clause',
...
    classifiers=[
...
        'License :: OSI Approved :: Apache Software License',

I think the license classifier should be License :: OSI Approved :: BSD License.

From source:/autocompleteusersplugin/tags/0.4.7/setup.py.

Another thing, changelog file is not maintained. I think it might be be good to remove it.

Attachments (0)

Change History (3)

comment:1 in reply to:  description Changed 3 years ago by Ryan J Ollos

Replying to Jun Omae:

Another thing, changelog file is not maintained. I think it might be be good to remove it.

Yeah, i think so too. I didn't notice it until publishing to PyPI yesterday.

comment:2 Changed 3 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

In 18009:

TracAutocompleteUsersPlugin: Fix incorrect license classifier

Remove unmaintained change log.

Patch by Jun Omae.

Fixes #13960.

comment:3 Changed 3 years ago by Ryan J Ollos

In 18010:

TracAutocompleteUsersPlugin: Bump version to 0.4.8

Refs #13960.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.