-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The setup.py scripts we are using for the MAP-Client plugins are outdated. These scripts are currently only being used to extract plugin dependencies, so each could be replaced with a requirements.txt file. Since we don't actually want to pip install the plugins, there is probably no point in updating the configuration scripts to pyproject.toml.
The following functions and their usage will need to be updated to handle requirements.txt instead of setup.py:
| def installPackage(self, uri): |
| def extractPluginDependencies(self, path): |
| def _writeSetup(self, target_dir): |
Metadata
Metadata
Assignees
Labels
No labels