Modify ↓
Opened 16 years ago
Closed 10 years ago
#6224 closed defect (fixed)
syntax error in setup.py
| Reported by: | Owned by: | thomasvs | |
|---|---|---|---|
| Priority: | normal | Component: | TracDupPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
$ python setup.py install
File "setup.py", line 8
version=0.1.1,
^
SyntaxError: invalid syntax
Attachments (1)
Change History (3)
Changed 16 years ago by
| Attachment: | patch.diff added |
|---|
comment:1 Changed 16 years ago by
comment:2 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This was fixed in [7865].
Note: See
TracTickets for help on using
tickets.



confirmed. patch fixes the issue