- Notifications
You must be signed in to change notification settings - Fork95
Closed
Description
We use fpm to create in-house debs for all 3rd party libs, so we always check dependencies of 3rd party libs carefully. When doing the checks forpython-api-core, we noticed that althoughpackaging is included insetup.py, it's no longer used in the code base. I believe it can be safely removed. Not an issue, just a notice.