Modify ↓
      
        #3016 closed defect (duplicate)
License definition in setup.py causes "python setup.py bdist_rpm" to fail
| Reported by: | Owned by: | Matt Good | |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
Your rather interesting "BEER-WARE" license breaks "python setup.py bdist_rpm".
Replacing it with "license = 'BSD'," fixes the problem
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
| Component: | TracHacks → AccountManagerPlugin | 
|---|---|
| Owner: | changed from Alec Thomas to Matt Good | 
comment:2 Changed 17 years ago by
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
comment:3 Changed 17 years ago by
Hmmm, not sure what the problem is, but it now seems to build OK with:
license = 'THE BEER-WARE LICENSE',
Sorry for the noise.
Note: See
        TracTickets for help on using
        tickets.
    


duplicate of #1953
Also,
BSDis not the same asBEER-WARE