setup: Fix missing comma in a list
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
724255a984
commit
59a9c01304
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -67,7 +67,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
':python_version=="2.7"': [
|
||||
'enum34'
|
||||
'enum34',
|
||||
"lockfile",
|
||||
'dict.sorted',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue