Add setup.py/cfg for project metadata and packaging.
This uses pbr for setup.py which automatically extracts features and entrypoints out of setup.cfg otherwise you would have to type this by hand. Some fields of setup.cfg still need changing the have been commented out in the meantime.
parent
57111447
No related branches found
No related tags found
requirements.txt
0 → 100644
# The order of packages is significant, because pip processes them in the order | ||
# of appearance. Changing the order has an impact on the overall integration | ||
# process, which may cause wedges in the gate later. | ||
pbr>=2.0 # Apache-2.0 | ||
\ No newline at end of file |
setup.cfg
0 → 100644
setup.py
0 → 100644
Please register or sign in to comment