mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
Removed trailing comma
This commit is contained in:
parent
480c946415
commit
cc9e81c754
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@
|
||||||
import sys
|
import sys
|
||||||
from setuptools import setup, Extension
|
from setuptools import setup, Extension
|
||||||
|
|
||||||
dependencies = ['pycrypto', 'msgpack-python', 'pbkdf2.py', 'xattr'],
|
dependencies = ['pycrypto', 'msgpack-python', 'pbkdf2.py', 'xattr']
|
||||||
if sys.version_info < (2, 7):
|
if sys.version_info < (2, 7):
|
||||||
dependencies.append('argparse')
|
dependencies.append('argparse')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue