Standardized code with flake8

This commit is contained in:
Nex
2021-11-19 15:27:51 +01:00
parent b3a464ba58
commit 512f40dcb4
63 changed files with 127 additions and 65 deletions
+2
View File
@@ -30,6 +30,7 @@ requires = (
"libusb1>=2.0.1",
)
def get_package_data(package):
walk = [(dirpath.replace(package + os.sep, "", 1), filenames)
for dirpath, dirnames, filenames in os.walk(package)
@@ -41,6 +42,7 @@ def get_package_data(package):
for filename in filenames])
return {package: filepaths}
setup(
name="mvt",
version=MVT_VERSION,