Modify

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#14109 closed defect (fixed)

Egg and wheel don't need to be stored in the repository

Reported by: Ryan J Ollos Owned by: Ralph Ewig
Priority: normal Component: TracChecklistMacro
Severity: normal Keywords:
Cc: Trac Release:

Description

Plugin looks nice! Just a suggestion, there's no need to store the egg and wheel in the repository. They are artifacts of the build, so PyPI is the proper place to store them. TracChecklist.egg-info and dist can be deleted.

You could add a release command in setup.cfg as a shortcut for creating the release.

privatereportsplugin/trunk/setup.cfg

Attachments (0)

Change History (4)

comment:1 Changed 2 years ago by Ralph Ewig

Status: newaccepted

Hi Ryan, thanks for the feedback and pointer on the setup file; I'll get this fixed shortly.

comment:2 Changed 2 years ago by Ralph Ewig

Resolution: fixed
Status: acceptedclosed

Fixed in v0.1.4

comment:3 Changed 2 years ago by Ryan J Ollos

Nice, thanks. The egg-info also isn't needed as it's an output of python setup.py bdist_egg: tracchecklistmacro/0.1/TracChecklist.egg-info@18464

comment:4 Changed 2 years ago by anonymous

Got it - fixed!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ralph Ewig.
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.