parent
be42b67f79
commit
4817b37742
|
|
@ -79,7 +79,7 @@ setup(
|
|||
extras_require={
|
||||
# ...
|
||||
":python_version<'2.7'": ["ordereddict"],
|
||||
":python_version<='2.7'": ["importlib"],
|
||||
":python_version<='2.7'": ["backports.csv", "importlib"],
|
||||
},
|
||||
|
||||
# Specify data files to be included. For Python 2.6 include them in MANIFEST.in
|
||||
|
|
|
|||
Loading…
Reference in New Issue