Skip to content

Commit f9c4dea

Browse files
committed
IMPROVEMENT: Remove code from setup.py now that the file permissions are correct in git
1 parent b6b3491 commit f9c4dea

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,8 @@
1515

1616
from setuptools import setup
1717

18-
extra_scripts = [
19-
"ardupilot_methodic_configurator/annotate_params.py",
20-
"ardupilot_methodic_configurator/extract_param_defaults.py",
21-
"ardupilot_methodic_configurator/param_pid_adjustment_update.py",
22-
]
23-
2418
PRJ_URL = "https://github.com/ArduPilot/MethodicConfigurator"
2519

26-
for file in extra_scripts:
27-
os.chmod(file, 0o755) # noqa: S103
28-
29-
os.chmod("ardupilot_methodic_configurator/__main__.py", 0o755) # noqa: S103
30-
3120
# Read the long description from the README file
3221
with open("README.md", encoding="utf-8") as f:
3322
long_description = f.read()

0 commit comments

Comments
 (0)