All Questions
Tagged with build-system python
2 questions
3
votes
2
answers
2k
views
Python build system
Currently our Python application is deployed like this:
Development team work on issues, commit code and create a Pull request
Pull request is integrated to Development branch
QA and Operations team ...
1
vote
1
answer
570
views
Additional actions in setup.py for install
Background
So, I'm developing a project, and I'm writing setup.py script for it, using distutils. I'm using CPython3.3.
I use some libraries that have invalid distributions in PyPI, so they have to ...