We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b3491 commit f9c4deaCopy full SHA for f9c4dea
setup.py
@@ -15,19 +15,8 @@
15
16
from setuptools import setup
17
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
-
24
PRJ_URL = "https://github.com/ArduPilot/MethodicConfigurator"
25
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
31
# Read the long description from the README file
32
with open("README.md", encoding="utf-8") as f:
33
long_description = f.read()
0 commit comments