Modify ↓
#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.
Attachments (0)
Change History (4)
comment:1 Changed 4 years ago by
| Status: | new → accepted |
|---|
comment:3 Changed 4 years ago by
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
Note: See
TracTickets for help on using
tickets.



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