Modify ↓
#14348 closed defect (fixed)
setup.py SyntaxError
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | SvnAuthzAdminPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: |
Description
setup.py内の記述にダブりがあるため、SyntaxErrorとなります。
$ python3 setup.py egg_info File "~/svnauthzadminplugin-r18641/1.0/setup.py", line 38 classifiers=['Framework :: Trac'], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: keyword argument repeated: classifiers
15 classifiers=[ 16 'Framework :: Trac', 17 'Programming Language :: Python :: 2.7', 18 'Programming Language :: Python :: 3', 19 ], 38 classifiers=['Framework :: Trac'],
Attachments (0)
Change History (2)
comment:1 Changed 4 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 4 months ago by
Owner: | changed from Ryan J Ollos to Jun Omae |
---|
Thanks for the reporting. That's my fault in [18641].
Note: See
TracTickets for help on using
tickets.
In 18648: