Include backports.csv as a python dependency in the wheel.

This commit is contained in:
Dave Page 2017-05-15 16:42:40 +01:00
parent be42b67f79
commit 4817b37742

View File

@ -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