aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-12Fix issues with installing sdist and wheelsTrevor Bramwell1-1/+3
A local install of the sdist and wheel found the following issues: - sdist: Add MANIFEST.in to include missing README.md, LICENSE, anteater.conf, master_list.yaml, and explicitly exclude exception files. - sdist: Both py_modules and packages listed. Since Anteater is a Python package, not a module, only the 'packages' argument is required for setup(). - wheel: 'REQUIRES' in setup.py is missing dependent packages JIRA: RELENG-275 Change-Id: I3b1447edcd7161cda4c5d581e31019bcf8eba1c8 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-28add Python3 support with sixRoss Brattain1-2/+5
switch to relative imports for package file use absolute imports in main this requires renaming anteater.py to main.py to avoid absolute import name conflict update setup.py to indicate python 3.4 support Change-Id: I0fcaf8a9825557962dc98a6a4eef490051fbbfb0 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
2017-05-22Initial code push of Anteaterlhinds1-0/+79
Likely far to much to cover in a commit msg. Main bulk is the Anteater code itself, alongside packaging requirements and build tools and Dockerfile. Unit tests are planned as a follow up, so pushing this for now so that efforts can get underway to integrate the tool with jjb. Questions on how it works, please reach me in IRC. Change-Id: I2cd3cae391f8bf2cdc91b39c56dfc4833a1c4913 Signed-off-by: lhinds <lhinds@redhat.com>