Differences From Artifact [87ccea3a82]:
- File pluginconf/setup.py — part of check-in [1cd99def48] at 2022-10-28 07:09:42 on branch trunk — depends version cleanup, fixate filename= instead of fn=, drop nested Util results (user: mario, size: 22476) [annotate] [blame] [check-ins using]
To Artifact [2c993b00fe]:
- File pluginconf/setup.py — part of check-in [d8df8b1ba2] at 2022-10-28 22:40:48 on branch trunk — add some vague permissive: score for modules (error tolerancy/ignorance) (user: mario, size: 22494) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + | # encoding: utf-8 # api: setuptools ##type: functions # title: setup() wrapper # description: utilizes PMD to populate some package fields # version: 0.5 # license: PD # permissive: 0.3 # pylint: disable=line-too-long # # Utilizes plugin meta data to cut down setup.py incantations # to basically just: # # from pluginconf.setup import setup # setup( |