Skip to content

Commit

Permalink
BUGFIX: The pypi fix broke the build so revert it partialy
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Sep 2, 2024
1 parent e211d44 commit e2beb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
url=PRJ_URL,
author='Amilcar do Carmo Lucas',
author_email='[email protected]',
packages=find_packages(where='MethodicConfigurator'),
packages=find_packages(),
install_requires=[
'defusedxml',
'matplotlib',
Expand Down Expand Up @@ -119,7 +119,7 @@
license='GPLv3',
python_requires='>=3.6',
keywords=['ArduPilot', 'Configuration', 'SCM', 'Methodic', 'ArduCopter', 'ArduPlane', 'ArduRover', 'ArduSub'],
package_dir={"": "MethodicConfigurator"},
#package_dir={"": "MethodicConfigurator"}, this unfortunatly breaks the build
include_package_data=True,
scripts=extra_scripts,
# Specify entry points for command-line scripts
Expand Down

0 comments on commit e2beb73

Please sign in to comment.