Modify ↓
Opened 8 years ago
Closed 8 years ago
#12861 closed defect (duplicate)
error on building due to "SyntaxError: keyword argument repeated"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Component: | TracReleasePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Using recent version (r12643),
Running python setup.py build
causes error due to "SyntaxError: keyword argument repeated".
Actually, setup()
argument has two packages
keyword entry In setup.py
.
One of them should be removed:
-
setup.py
diff -r 9610b82f807c setup.py
a b 12 12 13 13 setup(name='TracReleasePlugin', 14 14 version='0.2', 15 packages = ['tracrelease', 'tracrelease.db'],16 15 description="Release Control", 17 16 author='Joao Alexandre de Toledo', 18 17 author_email='tracrelease@toledosp.com.br',
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Thanks for the reporting. I noticed that is a duplicate of #4618....