Преглед изворни кода

Return a compatible value if there are no package_data to install.

Xavier Ordoquy пре 10 година
родитељ
комит
c614515735
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -36,7 +36,7 @@ def get_package_data(package):
     if filepaths:
         return {package: filepaths}
     else:
-        return None
+        return {}
 
 
 def read(fname):