mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-28 10:51:45 +02:00
Standardized code with flake8
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user