#884 closed defect (fixed)
Remove outdated PKGINFO.
| Reported by: | berkerpeksag | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.7.0 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
PKGINFO is created by the "python setup.py {sdist, bdist_egg}" command and not useful to add the codebase. It is mainly used by PyPI to display the package information.
The patch is in the "remove-pkginfo" branch:
Change History (3)
comment:1 by , 11 years ago
| Owner: | removed |
|---|---|
| Status: | new → review |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
comment:3 by , 11 years ago
| Milestone: | → 0.7.0 |
|---|
Note:
See TracTickets
for help on using tickets.

Merged. Thanks!