maven-python-mojos icon indicating copy to clipboard operation
maven-python-mojos copied to clipboard

A collection of Maven plugins to help integrate Python tools into Java shops

Results 3 maven-python-mojos issues
Sort by recently updated
recently updated
newest added

- If you write a setup-template.py, there would be no edit in your source code. Having setup.py would get to the old behaviour. - Added two more configurations sourceDirectory (default-value="${project.basedir}/src/main/python"),...

I tried to use the version of this from github (the distribute mojo) and I didn't get too far. It seems to read and write the same file: src/main/python/setup.py. I...